Color space conversion
Conversion of this color for each color space representation
RGB | ||
---|---|---|
Red | Green | Blue |
100% | 80% | 31.76% |
HSL | ||
---|---|---|
Hue | Saturation | Lightness |
42.41° | 100% | 65.88% |
HSV / HSB | ||
---|---|---|
Hue | Saturation | Value / Brightness |
42.41° | 68.24% | 100% |
RGB - Normalized | ||
---|---|---|
Red | Green | Blue |
1 | 0.8 | 0.32 |
HSL - Normalized | ||
---|---|---|
Hue | Saturation | Lightness |
0.12 | 1 | 0.66 |
HSV / HSB - Normalized | ||
---|---|---|
Hue | Saturation | Value / Brightness |
0.12 | 0.68 | 1 |
CMYK | |||
---|---|---|---|
Cyan | Magenta | Yellow | Black |
0% | 20% | 68.24% | 0% |
YCbCr | ||
---|---|---|
Y | Cb | Cr |
0.8 | -0.27 | 0.14 |
XYZ | ||
---|---|---|
X | Y | Z |
64.32 | 65.04 | 16.95 |
CIE Lab | ||
---|---|---|
L | a | b |
84.5 | 5.76 | 65.7 |
Nearest Colors Name
Matching similar color names
CSS notation
Use this for all CSS properties that accept a color as a value: color, background-color, border-color
#ffcc51
rgb(255,204,81)
hsl(42, 100%, 66%)
Tints, Shades, and Tones
Tints
A tint is obtained by adding white to a color. This process reduces darkness.
Shades
A shade is obtained by adding black to a color. This process increases darkness.
Color Harmonies
Schemes of colors that work well together
Adjacent / Analogous / Analogic
Pleasing and harmonious to the eye, they can be found in nature.
Rectangle / Tetradic
Two complementary pairs for a total of four colors.