Shades of Chenin #DEBD73
Tints of Chenin #DEBD73
RGB
CMYK
RGB Variations
Color information
#DEBD73 (or 0xDEBD73) is known color: Chenin. HEX triplet: DE, BD and 73. RGB value is (222,189,115). Sum of RGB (Red+Green+Blue) = 222+189+115=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD73 is #21428C. Grayscale: #BEBEBE. Windows color (decimal): -2179725 or 7585246. OLE color: 7585246.
HSL color Cylindrical-coordinate representation of color #DEBD73: hue angle of 41.5º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEBD73 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 115 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.13 |
| HSL | 41.5º | 0.62% | 0.66% | - |
| HSV(B) | 41.5º | 0.48% | 0.87% | - |
| XYZ | 51.42 | 53.16 | 23.77 | - |
| YUV | 190.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 115 | 0 | 0.15 | 0.48 | 0.13 | 41.5 | 0.62 | 0.66 |
| Hex | DE | BD | 73 | 0 | F | 30 | D | 29 | 3E | 42 |
| Octal | 336 | 275 | 163 | 0 | 17 | 60 | 15 | 51 | 76 | 102 |
| Binary | 11011110 | 10111101 | 1110011 | 0 | 1111 | 110000 | 1101 | 101001 | 111110 | 1000010 |
Color Harmonies of #DEBD73
Complementary color
Monochromatic Colors of #DEBD73
Black with #DEBD73
Text Example
Text Example
White with #DEBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD73; }
p { color: rgb(222,189,115); }
H1.HeaderClassName
{
color: #DEBD73;
}
.AnyTagClassName
{
color: #DEBD73;
}
</style>
background-color css
<style>
a { background-color: #DEBD73; }
a { background-color: rgb(222,189,115); }
div.DivClassName
{
background-color: #DEBD73;
}
.BgClassName
{
background-color: #DEBD73;
}
</style>
border-color css
<style>
span { border-color: #DEBD73; }
span { border-color: rgb(222,189,115); }
td.TdClassName
{
border-color: #DEBD73;
}
.TagClassName
{
border-color: #DEBD73;
}
</style>