Shades of Chenin #DEC06B
Tints of Chenin #DEC06B
RGB
CMYK
RGB Variations
Color information
#DEC06B (or 0xDEC06B) is known color: Chenin. HEX triplet: DE, C0 and 6B. RGB value is (222,192,107). Sum of RGB (Red+Green+Blue) = 222+192+107=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC06B is #213F94. Grayscale: #BFBFBF. Windows color (decimal): -2178965 or 7061726. OLE color: 7061726.
HSL color Cylindrical-coordinate representation of color #DEC06B: hue angle of 44.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEC06B is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 107 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.13 |
| HSL | 44.35º | 0.64% | 0.65% | - |
| HSV(B) | 44.35º | 0.52% | 0.87% | - |
| XYZ | 51.63 | 54.29 | 21.67 | - |
| YUV | 191.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 107 | 0 | 0.14 | 0.52 | 0.13 | 44.35 | 0.64 | 0.65 |
| Hex | DE | C0 | 6B | 0 | E | 34 | D | 2C | 40 | 41 |
| Octal | 336 | 300 | 153 | 0 | 16 | 64 | 15 | 54 | 100 | 101 |
| Binary | 11011110 | 11000000 | 1101011 | 0 | 1110 | 110100 | 1101 | 101100 | 1000000 | 1000001 |
Color Harmonies of #DEC06B
Complementary color
Monochromatic Colors of #DEC06B
Black with #DEC06B
Text Example
Text Example
White with #DEC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC06B; }
p { color: rgb(222,192,107); }
H1.HeaderClassName
{
color: #DEC06B;
}
.AnyTagClassName
{
color: #DEC06B;
}
</style>
background-color css
<style>
a { background-color: #DEC06B; }
a { background-color: rgb(222,192,107); }
div.DivClassName
{
background-color: #DEC06B;
}
.BgClassName
{
background-color: #DEC06B;
}
</style>
border-color css
<style>
span { border-color: #DEC06B; }
span { border-color: rgb(222,192,107); }
td.TdClassName
{
border-color: #DEC06B;
}
.TagClassName
{
border-color: #DEC06B;
}
</style>