Shades of Chenin #DECB74
Tints of Chenin #DECB74
RGB
CMYK
RGB Variations
Color information
#DECB74 (or 0xDECB74) is known color: Chenin. HEX triplet: DE, CB and 74. RGB value is (222,203,116). Sum of RGB (Red+Green+Blue) = 222+203+116=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB74 is #21348B. Grayscale: #C7C7C7. Windows color (decimal): -2176140 or 7654366. OLE color: 7654366.
HSL color Cylindrical-coordinate representation of color #DECB74: hue angle of 49.25º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DECB74 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 116 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.13 |
| HSL | 49.25º | 0.62% | 0.66% | - |
| HSV(B) | 49.25º | 0.48% | 0.87% | - |
| XYZ | 54.63 | 59.5 | 25.13 | - |
| YUV | 198.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 116 | 0 | 0.09 | 0.48 | 0.13 | 49.25 | 0.62 | 0.66 |
| Hex | DE | CB | 74 | 0 | 9 | 30 | D | 31 | 3E | 42 |
| Octal | 336 | 313 | 164 | 0 | 11 | 60 | 15 | 61 | 76 | 102 |
| Binary | 11011110 | 11001011 | 1110100 | 0 | 1001 | 110000 | 1101 | 110001 | 111110 | 1000010 |
Color Harmonies of #DECB74
Complementary color
Monochromatic Colors of #DECB74
Black with #DECB74
Text Example
Text Example
White with #DECB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB74; }
p { color: rgb(222,203,116); }
H1.HeaderClassName
{
color: #DECB74;
}
.AnyTagClassName
{
color: #DECB74;
}
</style>
background-color css
<style>
a { background-color: #DECB74; }
a { background-color: rgb(222,203,116); }
div.DivClassName
{
background-color: #DECB74;
}
.BgClassName
{
background-color: #DECB74;
}
</style>
border-color css
<style>
span { border-color: #DECB74; }
span { border-color: rgb(222,203,116); }
td.TdClassName
{
border-color: #DECB74;
}
.TagClassName
{
border-color: #DECB74;
}
</style>