Shades of Chenin #DECB6C
Tints of Chenin #DECB6C
RGB
CMYK
RGB Variations
Color information
#DECB6C (or 0xDECB6C) is known color: Chenin. HEX triplet: DE, CB and 6C. RGB value is (222,203,108). Sum of RGB (Red+Green+Blue) = 222+203+108=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB6C is #213493. Grayscale: #C6C6C6. Windows color (decimal): -2176148 or 7130078. OLE color: 7130078.
HSL color Cylindrical-coordinate representation of color #DECB6C: hue angle of 50º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DECB6C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 108 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.13 |
| HSL | 50º | 0.63% | 0.65% | - |
| HSV(B) | 50º | 0.51% | 0.87% | - |
| XYZ | 54.19 | 59.32 | 22.78 | - |
| YUV | 197.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 108 | 0 | 0.09 | 0.51 | 0.13 | 50 | 0.63 | 0.65 |
| Hex | DE | CB | 6C | 0 | 9 | 33 | D | 32 | 3F | 41 |
| Octal | 336 | 313 | 154 | 0 | 11 | 63 | 15 | 62 | 77 | 101 |
| Binary | 11011110 | 11001011 | 1101100 | 0 | 1001 | 110011 | 1101 | 110010 | 111111 | 1000001 |
Color Harmonies of #DECB6C
Complementary color
Monochromatic Colors of #DECB6C
Black with #DECB6C
Text Example
Text Example
White with #DECB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB6C; }
p { color: rgb(222,203,108); }
H1.HeaderClassName
{
color: #DECB6C;
}
.AnyTagClassName
{
color: #DECB6C;
}
</style>
background-color css
<style>
a { background-color: #DECB6C; }
a { background-color: rgb(222,203,108); }
div.DivClassName
{
background-color: #DECB6C;
}
.BgClassName
{
background-color: #DECB6C;
}
</style>
border-color css
<style>
span { border-color: #DECB6C; }
span { border-color: rgb(222,203,108); }
td.TdClassName
{
border-color: #DECB6C;
}
.TagClassName
{
border-color: #DECB6C;
}
</style>