Shades of Chenin #DEBF74
Tints of Chenin #DEBF74
RGB
CMYK
RGB Variations
Color information
#DEBF74 (or 0xDEBF74) is known color: Chenin. HEX triplet: DE, BF and 74. RGB value is (222,191,116). Sum of RGB (Red+Green+Blue) = 222+191+116=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF74 is #21408B. Grayscale: #C0C0C0. Windows color (decimal): -2179212 or 7651294. OLE color: 7651294.
HSL color Cylindrical-coordinate representation of color #DEBF74: hue angle of 42.45º 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 #DEBF74 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 116 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.13 |
| HSL | 42.45º | 0.62% | 0.66% | - |
| HSV(B) | 42.45º | 0.48% | 0.87% | - |
| XYZ | 51.91 | 54.05 | 24.22 | - |
| YUV | 191.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 116 | 0 | 0.14 | 0.48 | 0.13 | 42.45 | 0.62 | 0.66 |
| Hex | DE | BF | 74 | 0 | E | 30 | D | 2A | 3E | 42 |
| Octal | 336 | 277 | 164 | 0 | 16 | 60 | 15 | 52 | 76 | 102 |
| Binary | 11011110 | 10111111 | 1110100 | 0 | 1110 | 110000 | 1101 | 101010 | 111110 | 1000010 |
Color Harmonies of #DEBF74
Complementary color
Monochromatic Colors of #DEBF74
Black with #DEBF74
Text Example
Text Example
White with #DEBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF74; }
p { color: rgb(222,191,116); }
H1.HeaderClassName
{
color: #DEBF74;
}
.AnyTagClassName
{
color: #DEBF74;
}
</style>
background-color css
<style>
a { background-color: #DEBF74; }
a { background-color: rgb(222,191,116); }
div.DivClassName
{
background-color: #DEBF74;
}
.BgClassName
{
background-color: #DEBF74;
}
</style>
border-color css
<style>
span { border-color: #DEBF74; }
span { border-color: rgb(222,191,116); }
td.TdClassName
{
border-color: #DEBF74;
}
.TagClassName
{
border-color: #DEBF74;
}
</style>