Shades of Chenin #DEC86B
Tints of Chenin #DEC86B
RGB
CMYK
RGB Variations
Color information
#DEC86B (or 0xDEC86B) is known color: Chenin. HEX triplet: DE, C8 and 6B. RGB value is (222,200,107). Sum of RGB (Red+Green+Blue) = 222+200+107=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC86B is #213794. Grayscale: #C4C4C4. Windows color (decimal): -2176917 or 7063774. OLE color: 7063774.
HSL color Cylindrical-coordinate representation of color #DEC86B: hue angle of 48.52º 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 #DEC86B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 107 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.13 |
| HSL | 48.52º | 0.64% | 0.65% | - |
| HSV(B) | 48.52º | 0.52% | 0.87% | - |
| XYZ | 53.43 | 57.9 | 22.27 | - |
| YUV | 195.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 107 | 0 | 0.10 | 0.52 | 0.13 | 48.52 | 0.64 | 0.65 |
| Hex | DE | C8 | 6B | 0 | A | 34 | D | 31 | 40 | 41 |
| Octal | 336 | 310 | 153 | 0 | 12 | 64 | 15 | 61 | 100 | 101 |
| Binary | 11011110 | 11001000 | 1101011 | 0 | 1010 | 110100 | 1101 | 110001 | 1000000 | 1000001 |
Color Harmonies of #DEC86B
Complementary color
Monochromatic Colors of #DEC86B
Black with #DEC86B
Text Example
Text Example
White with #DEC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC86B; }
p { color: rgb(222,200,107); }
H1.HeaderClassName
{
color: #DEC86B;
}
.AnyTagClassName
{
color: #DEC86B;
}
</style>
background-color css
<style>
a { background-color: #DEC86B; }
a { background-color: rgb(222,200,107); }
div.DivClassName
{
background-color: #DEC86B;
}
.BgClassName
{
background-color: #DEC86B;
}
</style>
border-color css
<style>
span { border-color: #DEC86B; }
span { border-color: rgb(222,200,107); }
td.TdClassName
{
border-color: #DEC86B;
}
.TagClassName
{
border-color: #DEC86B;
}
</style>