Shades of Chenin #DEBF76
Tints of Chenin #DEBF76
RGB
CMYK
RGB Variations
Color information
#DEBF76 (or 0xDEBF76) is known color: Chenin. HEX triplet: DE, BF and 76. RGB value is (222,191,118). Sum of RGB (Red+Green+Blue) = 222+191+118=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF76 is #214089. Grayscale: #C0C0C0. Windows color (decimal): -2179210 or 7782366. OLE color: 7782366.
HSL color Cylindrical-coordinate representation of color #DEBF76: hue angle of 42.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEBF76 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 118 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.13 |
| HSL | 42.12º | 0.61% | 0.67% | - |
| HSV(B) | 42.12º | 0.47% | 0.87% | - |
| XYZ | 52.03 | 54.1 | 24.84 | - |
| YUV | 191.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 118 | 0 | 0.14 | 0.47 | 0.13 | 42.12 | 0.61 | 0.67 |
| Hex | DE | BF | 76 | 0 | E | 2F | D | 2A | 3D | 43 |
| Octal | 336 | 277 | 166 | 0 | 16 | 57 | 15 | 52 | 75 | 103 |
| Binary | 11011110 | 10111111 | 1110110 | 0 | 1110 | 101111 | 1101 | 101010 | 111101 | 1000011 |
Color Harmonies of #DEBF76
Complementary color
Monochromatic Colors of #DEBF76
Black with #DEBF76
Text Example
Text Example
White with #DEBF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF76; }
p { color: rgb(222,191,118); }
H1.HeaderClassName
{
color: #DEBF76;
}
.AnyTagClassName
{
color: #DEBF76;
}
</style>
background-color css
<style>
a { background-color: #DEBF76; }
a { background-color: rgb(222,191,118); }
div.DivClassName
{
background-color: #DEBF76;
}
.BgClassName
{
background-color: #DEBF76;
}
</style>
border-color css
<style>
span { border-color: #DEBF76; }
span { border-color: rgb(222,191,118); }
td.TdClassName
{
border-color: #DEBF76;
}
.TagClassName
{
border-color: #DEBF76;
}
</style>