Shades of Chenin #DEBF73
Tints of Chenin #DEBF73
RGB
CMYK
RGB Variations
Color information
#DEBF73 (or 0xDEBF73) is known color: Chenin. HEX triplet: DE, BF and 73. RGB value is (222,191,115). Sum of RGB (Red+Green+Blue) = 222+191+115=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF73 is #21408C. Grayscale: #BFBFBF. Windows color (decimal): -2179213 or 7585758. OLE color: 7585758.
HSL color Cylindrical-coordinate representation of color #DEBF73: hue angle of 42.62º 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 #DEBF73 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 115 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.13 |
| HSL | 42.62º | 0.62% | 0.66% | - |
| HSV(B) | 42.62º | 0.48% | 0.87% | - |
| XYZ | 51.85 | 54.03 | 23.92 | - |
| YUV | 191.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 115 | 0 | 0.14 | 0.48 | 0.13 | 42.62 | 0.62 | 0.66 |
| Hex | DE | BF | 73 | 0 | E | 30 | D | 2B | 3E | 42 |
| Octal | 336 | 277 | 163 | 0 | 16 | 60 | 15 | 53 | 76 | 102 |
| Binary | 11011110 | 10111111 | 1110011 | 0 | 1110 | 110000 | 1101 | 101011 | 111110 | 1000010 |
Color Harmonies of #DEBF73
Complementary color
Monochromatic Colors of #DEBF73
Black with #DEBF73
Text Example
Text Example
White with #DEBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF73; }
p { color: rgb(222,191,115); }
H1.HeaderClassName
{
color: #DEBF73;
}
.AnyTagClassName
{
color: #DEBF73;
}
</style>
background-color css
<style>
a { background-color: #DEBF73; }
a { background-color: rgb(222,191,115); }
div.DivClassName
{
background-color: #DEBF73;
}
.BgClassName
{
background-color: #DEBF73;
}
</style>
border-color css
<style>
span { border-color: #DEBF73; }
span { border-color: rgb(222,191,115); }
td.TdClassName
{
border-color: #DEBF73;
}
.TagClassName
{
border-color: #DEBF73;
}
</style>