Shades of Chenin #DECB76
Tints of Chenin #DECB76
RGB
CMYK
RGB Variations
Color information
#DECB76 (or 0xDECB76) is known color: Chenin. HEX triplet: DE, CB and 76. RGB value is (222,203,118). Sum of RGB (Red+Green+Blue) = 222+203+118=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB76 is #213489. Grayscale: #C7C7C7. Windows color (decimal): -2176138 or 7785438. OLE color: 7785438.
HSL color Cylindrical-coordinate representation of color #DECB76: hue angle of 49.04º 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 #DECB76 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 118 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.13 |
| HSL | 49.04º | 0.61% | 0.67% | - |
| HSV(B) | 49.04º | 0.47% | 0.87% | - |
| XYZ | 54.75 | 59.55 | 25.75 | - |
| YUV | 198.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 118 | 0 | 0.09 | 0.47 | 0.13 | 49.04 | 0.61 | 0.67 |
| Hex | DE | CB | 76 | 0 | 9 | 2F | D | 31 | 3D | 43 |
| Octal | 336 | 313 | 166 | 0 | 11 | 57 | 15 | 61 | 75 | 103 |
| Binary | 11011110 | 11001011 | 1110110 | 0 | 1001 | 101111 | 1101 | 110001 | 111101 | 1000011 |
Color Harmonies of #DECB76
Complementary color
Monochromatic Colors of #DECB76
Black with #DECB76
Text Example
Text Example
White with #DECB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB76; }
p { color: rgb(222,203,118); }
H1.HeaderClassName
{
color: #DECB76;
}
.AnyTagClassName
{
color: #DECB76;
}
</style>
background-color css
<style>
a { background-color: #DECB76; }
a { background-color: rgb(222,203,118); }
div.DivClassName
{
background-color: #DECB76;
}
.BgClassName
{
background-color: #DECB76;
}
</style>
border-color css
<style>
span { border-color: #DECB76; }
span { border-color: rgb(222,203,118); }
td.TdClassName
{
border-color: #DECB76;
}
.TagClassName
{
border-color: #DECB76;
}
</style>