Shades of Chenin #DEC86D
Tints of Chenin #DEC86D
RGB
CMYK
RGB Variations
Color information
#DEC86D (or 0xDEC86D) is known color: Chenin. HEX triplet: DE, C8 and 6D. RGB value is (222,200,109). Sum of RGB (Red+Green+Blue) = 222+200+109=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC86D is #213792. Grayscale: #C4C4C4. Windows color (decimal): -2176915 or 7194846. OLE color: 7194846.
HSL color Cylindrical-coordinate representation of color #DEC86D: hue angle of 48.32º 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 #DEC86D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 109 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.13 |
| HSL | 48.32º | 0.63% | 0.65% | - |
| HSV(B) | 48.32º | 0.51% | 0.87% | - |
| XYZ | 53.54 | 57.94 | 22.83 | - |
| YUV | 196.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 109 | 0 | 0.10 | 0.51 | 0.13 | 48.32 | 0.63 | 0.65 |
| Hex | DE | C8 | 6D | 0 | A | 33 | D | 30 | 3F | 41 |
| Octal | 336 | 310 | 155 | 0 | 12 | 63 | 15 | 60 | 77 | 101 |
| Binary | 11011110 | 11001000 | 1101101 | 0 | 1010 | 110011 | 1101 | 110000 | 111111 | 1000001 |
Color Harmonies of #DEC86D
Complementary color
Monochromatic Colors of #DEC86D
Black with #DEC86D
Text Example
Text Example
White with #DEC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC86D; }
p { color: rgb(222,200,109); }
H1.HeaderClassName
{
color: #DEC86D;
}
.AnyTagClassName
{
color: #DEC86D;
}
</style>
background-color css
<style>
a { background-color: #DEC86D; }
a { background-color: rgb(222,200,109); }
div.DivClassName
{
background-color: #DEC86D;
}
.BgClassName
{
background-color: #DEC86D;
}
</style>
border-color css
<style>
span { border-color: #DEC86D; }
span { border-color: rgb(222,200,109); }
td.TdClassName
{
border-color: #DEC86D;
}
.TagClassName
{
border-color: #DEC86D;
}
</style>