Shades of Chenin #DEBE66
Tints of Chenin #DEBE66
RGB
CMYK
RGB Variations
Color information
#DEBE66 (or 0xDEBE66) is known color: Chenin. HEX triplet: DE, BE and 66. RGB value is (222,190,102). Sum of RGB (Red+Green+Blue) = 222+190+102=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE66 is #214199. Grayscale: #BDBDBD. Windows color (decimal): -2179482 or 6733534. OLE color: 6733534.
HSL color Cylindrical-coordinate representation of color #DEBE66: hue angle of 44º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEBE66 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 102 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.13 |
| HSL | 44º | 0.65% | 0.64% | - |
| HSV(B) | 44º | 0.54% | 0.87% | - |
| XYZ | 50.94 | 53.32 | 20.18 | - |
| YUV | 189.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 102 | 0 | 0.14 | 0.54 | 0.13 | 44 | 0.65 | 0.64 |
| Hex | DE | BE | 66 | 0 | E | 36 | D | 2C | 41 | 40 |
| Octal | 336 | 276 | 146 | 0 | 16 | 66 | 15 | 54 | 101 | 100 |
| Binary | 11011110 | 10111110 | 1100110 | 0 | 1110 | 110110 | 1101 | 101100 | 1000001 | 1000000 |
Color Harmonies of #DEBE66
Complementary color
Monochromatic Colors of #DEBE66
Black with #DEBE66
Text Example
Text Example
White with #DEBE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE66; }
p { color: rgb(222,190,102); }
H1.HeaderClassName
{
color: #DEBE66;
}
.AnyTagClassName
{
color: #DEBE66;
}
</style>
background-color css
<style>
a { background-color: #DEBE66; }
a { background-color: rgb(222,190,102); }
div.DivClassName
{
background-color: #DEBE66;
}
.BgClassName
{
background-color: #DEBE66;
}
</style>
border-color css
<style>
span { border-color: #DEBE66; }
span { border-color: rgb(222,190,102); }
td.TdClassName
{
border-color: #DEBE66;
}
.TagClassName
{
border-color: #DEBE66;
}
</style>