Shades of Chenin #DBBD74
Tints of Chenin #DBBD74
RGB
CMYK
RGB Variations
Color information
#DBBD74 (or 0xDBBD74) is known color: Chenin. HEX triplet: DB, BD and 74. RGB value is (219,189,116). Sum of RGB (Red+Green+Blue) = 219+189+116=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD74 is #24428B. Grayscale: #BDBDBD. Windows color (decimal): -2376332 or 7650779. OLE color: 7650779.
HSL color Cylindrical-coordinate representation of color #DBBD74: hue angle of 42.52º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBBD74 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 116 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.14 |
| HSL | 42.52º | 0.59% | 0.66% | - |
| HSV(B) | 42.52º | 0.47% | 0.86% | - |
| XYZ | 50.56 | 52.72 | 24.03 | - |
| YUV | 189.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 116 | 0 | 0.14 | 0.47 | 0.14 | 42.52 | 0.59 | 0.66 |
| Hex | DB | BD | 74 | 0 | E | 2F | E | 2B | 3B | 42 |
| Octal | 333 | 275 | 164 | 0 | 16 | 57 | 16 | 53 | 73 | 102 |
| Binary | 11011011 | 10111101 | 1110100 | 0 | 1110 | 101111 | 1110 | 101011 | 111011 | 1000010 |
Color Harmonies of #DBBD74
Complementary color
Monochromatic Colors of #DBBD74
Black with #DBBD74
Text Example
Text Example
White with #DBBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD74; }
p { color: rgb(219,189,116); }
H1.HeaderClassName
{
color: #DBBD74;
}
.AnyTagClassName
{
color: #DBBD74;
}
</style>
background-color css
<style>
a { background-color: #DBBD74; }
a { background-color: rgb(219,189,116); }
div.DivClassName
{
background-color: #DBBD74;
}
.BgClassName
{
background-color: #DBBD74;
}
</style>
border-color css
<style>
span { border-color: #DBBD74; }
span { border-color: rgb(219,189,116); }
td.TdClassName
{
border-color: #DBBD74;
}
.TagClassName
{
border-color: #DBBD74;
}
</style>