Shades of Chenin #DEC06F
Tints of Chenin #DEC06F
RGB
CMYK
RGB Variations
Color information
#DEC06F (or 0xDEC06F) is known color: Chenin. HEX triplet: DE, C0 and 6F. RGB value is (222,192,111). Sum of RGB (Red+Green+Blue) = 222+192+111=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC06F is #213F90. Grayscale: #C0C0C0. Windows color (decimal): -2178961 or 7323870. OLE color: 7323870.
HSL color Cylindrical-coordinate representation of color #DEC06F: hue angle of 43.78º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEC06F is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 111 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.13 |
| HSL | 43.78º | 0.63% | 0.65% | - |
| HSV(B) | 43.78º | 0.5% | 0.87% | - |
| XYZ | 51.84 | 54.38 | 22.8 | - |
| YUV | 191.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 111 | 0 | 0.14 | 0.5 | 0.13 | 43.78 | 0.63 | 0.65 |
| Hex | DE | C0 | 6F | 0 | E | 32 | D | 2C | 3F | 41 |
| Octal | 336 | 300 | 157 | 0 | 16 | 62 | 15 | 54 | 77 | 101 |
| Binary | 11011110 | 11000000 | 1101111 | 0 | 1110 | 110010 | 1101 | 101100 | 111111 | 1000001 |
Color Harmonies of #DEC06F
Complementary color
Monochromatic Colors of #DEC06F
Black with #DEC06F
Text Example
Text Example
White with #DEC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC06F; }
p { color: rgb(222,192,111); }
H1.HeaderClassName
{
color: #DEC06F;
}
.AnyTagClassName
{
color: #DEC06F;
}
</style>
background-color css
<style>
a { background-color: #DEC06F; }
a { background-color: rgb(222,192,111); }
div.DivClassName
{
background-color: #DEC06F;
}
.BgClassName
{
background-color: #DEC06F;
}
</style>
border-color css
<style>
span { border-color: #DEC06F; }
span { border-color: rgb(222,192,111); }
td.TdClassName
{
border-color: #DEC06F;
}
.TagClassName
{
border-color: #DEC06F;
}
</style>