Shades of Chenin #DECA6B
Tints of Chenin #DECA6B
RGB
CMYK
RGB Variations
Color information
#DECA6B (or 0xDECA6B) is known color: Chenin. HEX triplet: DE, CA and 6B. RGB value is (222,202,107). Sum of RGB (Red+Green+Blue) = 222+202+107=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA6B is #213594. Grayscale: #C5C5C5. Windows color (decimal): -2176405 or 7064286. OLE color: 7064286.
HSL color Cylindrical-coordinate representation of color #DECA6B: hue angle of 49.57º 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 #DECA6B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 107 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.13 |
| HSL | 49.57º | 0.64% | 0.65% | - |
| HSV(B) | 49.57º | 0.52% | 0.87% | - |
| XYZ | 53.9 | 58.83 | 22.42 | - |
| YUV | 197.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 107 | 0 | 0.09 | 0.52 | 0.13 | 49.57 | 0.64 | 0.65 |
| Hex | DE | CA | 6B | 0 | 9 | 34 | D | 32 | 40 | 41 |
| Octal | 336 | 312 | 153 | 0 | 11 | 64 | 15 | 62 | 100 | 101 |
| Binary | 11011110 | 11001010 | 1101011 | 0 | 1001 | 110100 | 1101 | 110010 | 1000000 | 1000001 |
Color Harmonies of #DECA6B
Complementary color
Monochromatic Colors of #DECA6B
Black with #DECA6B
Text Example
Text Example
White with #DECA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA6B; }
p { color: rgb(222,202,107); }
H1.HeaderClassName
{
color: #DECA6B;
}
.AnyTagClassName
{
color: #DECA6B;
}
</style>
background-color css
<style>
a { background-color: #DECA6B; }
a { background-color: rgb(222,202,107); }
div.DivClassName
{
background-color: #DECA6B;
}
.BgClassName
{
background-color: #DECA6B;
}
</style>
border-color css
<style>
span { border-color: #DECA6B; }
span { border-color: rgb(222,202,107); }
td.TdClassName
{
border-color: #DECA6B;
}
.TagClassName
{
border-color: #DECA6B;
}
</style>