Shades of Chenin #DBC972
Tints of Chenin #DBC972
RGB
CMYK
RGB Variations
Color information
#DBC972 (or 0xDBC972) is known color: Chenin. HEX triplet: DB, C9 and 72. RGB value is (219,201,114). Sum of RGB (Red+Green+Blue) = 219+201+114=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC972 is #24368D. Grayscale: #C4C4C4. Windows color (decimal): -2373262 or 7522779. OLE color: 7522779.
HSL color Cylindrical-coordinate representation of color #DBC972: hue angle of 49.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBC972 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 114 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.14 |
| HSL | 49.71º | 0.59% | 0.65% | - |
| HSV(B) | 49.71º | 0.48% | 0.86% | - |
| XYZ | 53.14 | 58.05 | 24.32 | - |
| YUV | 196.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 114 | 0 | 0.08 | 0.48 | 0.14 | 49.71 | 0.59 | 0.65 |
| Hex | DB | C9 | 72 | 0 | 8 | 30 | E | 32 | 3B | 41 |
| Octal | 333 | 311 | 162 | 0 | 10 | 60 | 16 | 62 | 73 | 101 |
| Binary | 11011011 | 11001001 | 1110010 | 0 | 1000 | 110000 | 1110 | 110010 | 111011 | 1000001 |
Color Harmonies of #DBC972
Complementary color
Monochromatic Colors of #DBC972
Black with #DBC972
Text Example
Text Example
White with #DBC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC972; }
p { color: rgb(219,201,114); }
H1.HeaderClassName
{
color: #DBC972;
}
.AnyTagClassName
{
color: #DBC972;
}
</style>
background-color css
<style>
a { background-color: #DBC972; }
a { background-color: rgb(219,201,114); }
div.DivClassName
{
background-color: #DBC972;
}
.BgClassName
{
background-color: #DBC972;
}
</style>
border-color css
<style>
span { border-color: #DBC972; }
span { border-color: rgb(219,201,114); }
td.TdClassName
{
border-color: #DBC972;
}
.TagClassName
{
border-color: #DBC972;
}
</style>