Shades of Chenin #DEBF77
Tints of Chenin #DEBF77
RGB
CMYK
RGB Variations
Color information
#DEBF77 (or 0xDEBF77) is known color: Chenin. HEX triplet: DE, BF and 77. RGB value is (222,191,119). Sum of RGB (Red+Green+Blue) = 222+191+119=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF77 is #214088. Grayscale: #C0C0C0. Windows color (decimal): -2179209 or 7847902. OLE color: 7847902.
HSL color Cylindrical-coordinate representation of color #DEBF77: hue angle of 41.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEBF77 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.13 |
| HSL | 41.94º | 0.61% | 0.67% | - |
| HSV(B) | 41.94º | 0.46% | 0.87% | - |
| XYZ | 52.08 | 54.12 | 25.15 | - |
| YUV | 192.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 119 | 0 | 0.14 | 0.46 | 0.13 | 41.94 | 0.61 | 0.67 |
| Hex | DE | BF | 77 | 0 | E | 2E | D | 2A | 3D | 43 |
| Octal | 336 | 277 | 167 | 0 | 16 | 56 | 15 | 52 | 75 | 103 |
| Binary | 11011110 | 10111111 | 1110111 | 0 | 1110 | 101110 | 1101 | 101010 | 111101 | 1000011 |
Color Harmonies of #DEBF77
Complementary color
Monochromatic Colors of #DEBF77
Black with #DEBF77
Text Example
Text Example
White with #DEBF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF77; }
p { color: rgb(222,191,119); }
H1.HeaderClassName
{
color: #DEBF77;
}
.AnyTagClassName
{
color: #DEBF77;
}
</style>
background-color css
<style>
a { background-color: #DEBF77; }
a { background-color: rgb(222,191,119); }
div.DivClassName
{
background-color: #DEBF77;
}
.BgClassName
{
background-color: #DEBF77;
}
</style>
border-color css
<style>
span { border-color: #DEBF77; }
span { border-color: rgb(222,191,119); }
td.TdClassName
{
border-color: #DEBF77;
}
.TagClassName
{
border-color: #DEBF77;
}
</style>