Shades of Chenin #DEC865
Tints of Chenin #DEC865
RGB
CMYK
RGB Variations
Color information
#DEC865 (or 0xDEC865) is known color: Chenin. HEX triplet: DE, C8 and 65. RGB value is (222,200,101). Sum of RGB (Red+Green+Blue) = 222+200+101=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC865 is #21379A. Grayscale: #C3C3C3. Windows color (decimal): -2176923 or 6670558. OLE color: 6670558.
HSL color Cylindrical-coordinate representation of color #DEC865: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEC865 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 101 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.13 |
| HSL | 49.09º | 0.65% | 0.63% | - |
| HSV(B) | 49.09º | 0.55% | 0.87% | - |
| XYZ | 53.13 | 57.78 | 20.66 | - |
| YUV | 195.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 101 | 0 | 0.10 | 0.55 | 0.13 | 49.09 | 0.65 | 0.63 |
| Hex | DE | C8 | 65 | 0 | A | 37 | D | 31 | 41 | 3F |
| Octal | 336 | 310 | 145 | 0 | 12 | 67 | 15 | 61 | 101 | 77 |
| Binary | 11011110 | 11001000 | 1100101 | 0 | 1010 | 110111 | 1101 | 110001 | 1000001 | 111111 |
Color Harmonies of #DEC865
Complementary color
Monochromatic Colors of #DEC865
Black with #DEC865
Text Example
Text Example
White with #DEC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC865; }
p { color: rgb(222,200,101); }
H1.HeaderClassName
{
color: #DEC865;
}
.AnyTagClassName
{
color: #DEC865;
}
</style>
background-color css
<style>
a { background-color: #DEC865; }
a { background-color: rgb(222,200,101); }
div.DivClassName
{
background-color: #DEC865;
}
.BgClassName
{
background-color: #DEC865;
}
</style>
border-color css
<style>
span { border-color: #DEC865; }
span { border-color: rgb(222,200,101); }
td.TdClassName
{
border-color: #DEC865;
}
.TagClassName
{
border-color: #DEC865;
}
</style>