Shades of Chenin #DEC065
Tints of Chenin #DEC065
RGB
CMYK
RGB Variations
Color information
#DEC065 (or 0xDEC065) is known color: Chenin. HEX triplet: DE, C0 and 65. RGB value is (222,192,101). Sum of RGB (Red+Green+Blue) = 222+192+101=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC065 is #213F9A. Grayscale: #BEBEBE. Windows color (decimal): -2178971 or 6668510. OLE color: 6668510.
HSL color Cylindrical-coordinate representation of color #DEC065: hue angle of 45.12º 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 #DEC065 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 101 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 45.12º | 0.65% | 0.63% | - |
| HSV(B) | 45.12º | 0.55% | 0.87% | - |
| XYZ | 51.32 | 54.17 | 20.06 | - |
| YUV | 190.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 101 | 0 | 0.14 | 0.55 | 0.13 | 45.12 | 0.65 | 0.63 |
| Hex | DE | C0 | 65 | 0 | E | 37 | D | 2D | 41 | 3F |
| Octal | 336 | 300 | 145 | 0 | 16 | 67 | 15 | 55 | 101 | 77 |
| Binary | 11011110 | 11000000 | 1100101 | 0 | 1110 | 110111 | 1101 | 101101 | 1000001 | 111111 |
Color Harmonies of #DEC065
Complementary color
Monochromatic Colors of #DEC065
Black with #DEC065
Text Example
Text Example
White with #DEC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC065; }
p { color: rgb(222,192,101); }
H1.HeaderClassName
{
color: #DEC065;
}
.AnyTagClassName
{
color: #DEC065;
}
</style>
background-color css
<style>
a { background-color: #DEC065; }
a { background-color: rgb(222,192,101); }
div.DivClassName
{
background-color: #DEC065;
}
.BgClassName
{
background-color: #DEC065;
}
</style>
border-color css
<style>
span { border-color: #DEC065; }
span { border-color: rgb(222,192,101); }
td.TdClassName
{
border-color: #DEC065;
}
.TagClassName
{
border-color: #DEC065;
}
</style>