Shades of Chenin #DEBC76
Tints of Chenin #DEBC76
RGB
CMYK
RGB Variations
Color information
#DEBC76 (or 0xDEBC76) is known color: Chenin. HEX triplet: DE, BC and 76. RGB value is (222,188,118). Sum of RGB (Red+Green+Blue) = 222+188+118=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC76 is #214389. Grayscale: #BEBEBE. Windows color (decimal): -2179978 or 7781598. OLE color: 7781598.
HSL color Cylindrical-coordinate representation of color #DEBC76: hue angle of 40.38º 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 #DEBC76 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 118 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.13 |
| HSL | 40.38º | 0.61% | 0.67% | - |
| HSV(B) | 40.38º | 0.47% | 0.87% | - |
| XYZ | 51.38 | 52.8 | 24.62 | - |
| YUV | 190.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 118 | 0 | 0.15 | 0.47 | 0.13 | 40.38 | 0.61 | 0.67 |
| Hex | DE | BC | 76 | 0 | F | 2F | D | 28 | 3D | 43 |
| Octal | 336 | 274 | 166 | 0 | 17 | 57 | 15 | 50 | 75 | 103 |
| Binary | 11011110 | 10111100 | 1110110 | 0 | 1111 | 101111 | 1101 | 101000 | 111101 | 1000011 |
Color Harmonies of #DEBC76
Complementary color
Monochromatic Colors of #DEBC76
Black with #DEBC76
Text Example
Text Example
White with #DEBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC76; }
p { color: rgb(222,188,118); }
H1.HeaderClassName
{
color: #DEBC76;
}
.AnyTagClassName
{
color: #DEBC76;
}
</style>
background-color css
<style>
a { background-color: #DEBC76; }
a { background-color: rgb(222,188,118); }
div.DivClassName
{
background-color: #DEBC76;
}
.BgClassName
{
background-color: #DEBC76;
}
</style>
border-color css
<style>
span { border-color: #DEBC76; }
span { border-color: rgb(222,188,118); }
td.TdClassName
{
border-color: #DEBC76;
}
.TagClassName
{
border-color: #DEBC76;
}
</style>