Shades of Chenin #DEBB73
Tints of Chenin #DEBB73
RGB
CMYK
RGB Variations
Color information
#DEBB73 (or 0xDEBB73) is known color: Chenin. HEX triplet: DE, BB and 73. RGB value is (222,187,115). Sum of RGB (Red+Green+Blue) = 222+187+115=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB73 is #21448C. Grayscale: #BDBDBD. Windows color (decimal): -2180237 or 7584734. OLE color: 7584734.
HSL color Cylindrical-coordinate representation of color #DEBB73: hue angle of 40.37º 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 #DEBB73 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 115 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.13 |
| HSL | 40.37º | 0.62% | 0.66% | - |
| HSV(B) | 40.37º | 0.48% | 0.87% | - |
| XYZ | 50.99 | 52.31 | 23.63 | - |
| YUV | 189.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 115 | 0 | 0.16 | 0.48 | 0.13 | 40.37 | 0.62 | 0.66 |
| Hex | DE | BB | 73 | 0 | 10 | 30 | D | 28 | 3E | 42 |
| Octal | 336 | 273 | 163 | 0 | 20 | 60 | 15 | 50 | 76 | 102 |
| Binary | 11011110 | 10111011 | 1110011 | 0 | 10000 | 110000 | 1101 | 101000 | 111110 | 1000010 |
Color Harmonies of #DEBB73
Complementary color
Monochromatic Colors of #DEBB73
Black with #DEBB73
Text Example
Text Example
White with #DEBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB73; }
p { color: rgb(222,187,115); }
H1.HeaderClassName
{
color: #DEBB73;
}
.AnyTagClassName
{
color: #DEBB73;
}
</style>
background-color css
<style>
a { background-color: #DEBB73; }
a { background-color: rgb(222,187,115); }
div.DivClassName
{
background-color: #DEBB73;
}
.BgClassName
{
background-color: #DEBB73;
}
</style>
border-color css
<style>
span { border-color: #DEBB73; }
span { border-color: rgb(222,187,115); }
td.TdClassName
{
border-color: #DEBB73;
}
.TagClassName
{
border-color: #DEBB73;
}
</style>