Shades of Chenin #DEBD74
Tints of Chenin #DEBD74
RGB
CMYK
RGB Variations
Color information
#DEBD74 (or 0xDEBD74) is known color: Chenin. HEX triplet: DE, BD and 74. RGB value is (222,189,116). Sum of RGB (Red+Green+Blue) = 222+189+116=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD74 is #21428B. Grayscale: #BEBEBE. Windows color (decimal): -2179724 or 7650782. OLE color: 7650782.
HSL color Cylindrical-coordinate representation of color #DEBD74: hue angle of 41.32º 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 #DEBD74 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 116 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.13 |
| HSL | 41.32º | 0.62% | 0.66% | - |
| HSV(B) | 41.32º | 0.48% | 0.87% | - |
| XYZ | 51.47 | 53.19 | 24.08 | - |
| YUV | 190.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 116 | 0 | 0.15 | 0.48 | 0.13 | 41.32 | 0.62 | 0.66 |
| Hex | DE | BD | 74 | 0 | F | 30 | D | 29 | 3E | 42 |
| Octal | 336 | 275 | 164 | 0 | 17 | 60 | 15 | 51 | 76 | 102 |
| Binary | 11011110 | 10111101 | 1110100 | 0 | 1111 | 110000 | 1101 | 101001 | 111110 | 1000010 |
Color Harmonies of #DEBD74
Complementary color
Monochromatic Colors of #DEBD74
Black with #DEBD74
Text Example
Text Example
White with #DEBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD74; }
p { color: rgb(222,189,116); }
H1.HeaderClassName
{
color: #DEBD74;
}
.AnyTagClassName
{
color: #DEBD74;
}
</style>
background-color css
<style>
a { background-color: #DEBD74; }
a { background-color: rgb(222,189,116); }
div.DivClassName
{
background-color: #DEBD74;
}
.BgClassName
{
background-color: #DEBD74;
}
</style>
border-color css
<style>
span { border-color: #DEBD74; }
span { border-color: rgb(222,189,116); }
td.TdClassName
{
border-color: #DEBD74;
}
.TagClassName
{
border-color: #DEBD74;
}
</style>