Shades of Chenin #DECA76
Tints of Chenin #DECA76
RGB
CMYK
RGB Variations
Color information
#DECA76 (or 0xDECA76) is known color: Chenin. HEX triplet: DE, CA and 76. RGB value is (222,202,118). Sum of RGB (Red+Green+Blue) = 222+202+118=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA76 is #213589. Grayscale: #C6C6C6. Windows color (decimal): -2176394 or 7785182. OLE color: 7785182.
HSL color Cylindrical-coordinate representation of color #DECA76: hue angle of 48.46º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DECA76 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 118 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.13 |
| HSL | 48.46º | 0.61% | 0.67% | - |
| HSV(B) | 48.46º | 0.47% | 0.87% | - |
| XYZ | 54.51 | 59.08 | 25.67 | - |
| YUV | 198.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 118 | 0 | 0.09 | 0.47 | 0.13 | 48.46 | 0.61 | 0.67 |
| Hex | DE | CA | 76 | 0 | 9 | 2F | D | 30 | 3D | 43 |
| Octal | 336 | 312 | 166 | 0 | 11 | 57 | 15 | 60 | 75 | 103 |
| Binary | 11011110 | 11001010 | 1110110 | 0 | 1001 | 101111 | 1101 | 110000 | 111101 | 1000011 |
Color Harmonies of #DECA76
Complementary color
Monochromatic Colors of #DECA76
Black with #DECA76
Text Example
Text Example
White with #DECA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA76; }
p { color: rgb(222,202,118); }
H1.HeaderClassName
{
color: #DECA76;
}
.AnyTagClassName
{
color: #DECA76;
}
</style>
background-color css
<style>
a { background-color: #DECA76; }
a { background-color: rgb(222,202,118); }
div.DivClassName
{
background-color: #DECA76;
}
.BgClassName
{
background-color: #DECA76;
}
</style>
border-color css
<style>
span { border-color: #DECA76; }
span { border-color: rgb(222,202,118); }
td.TdClassName
{
border-color: #DECA76;
}
.TagClassName
{
border-color: #DECA76;
}
</style>