Shades of Chenin #DBBC74
Tints of Chenin #DBBC74
RGB
CMYK
RGB Variations
Color information
#DBBC74 (or 0xDBBC74) is known color: Chenin. HEX triplet: DB, BC and 74. RGB value is (219,188,116). Sum of RGB (Red+Green+Blue) = 219+188+116=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC74 is #24438B. Grayscale: #BDBDBD. Windows color (decimal): -2376588 or 7650523. OLE color: 7650523.
HSL color Cylindrical-coordinate representation of color #DBBC74: hue angle of 41.94º 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 #DBBC74 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 116 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.14 |
| HSL | 41.94º | 0.59% | 0.66% | - |
| HSV(B) | 41.94º | 0.47% | 0.86% | - |
| XYZ | 50.35 | 52.29 | 23.96 | - |
| YUV | 189.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 116 | 0 | 0.14 | 0.47 | 0.14 | 41.94 | 0.59 | 0.66 |
| Hex | DB | BC | 74 | 0 | E | 2F | E | 2A | 3B | 42 |
| Octal | 333 | 274 | 164 | 0 | 16 | 57 | 16 | 52 | 73 | 102 |
| Binary | 11011011 | 10111100 | 1110100 | 0 | 1110 | 101111 | 1110 | 101010 | 111011 | 1000010 |
Color Harmonies of #DBBC74
Complementary color
Monochromatic Colors of #DBBC74
Black with #DBBC74
Text Example
Text Example
White with #DBBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC74; }
p { color: rgb(219,188,116); }
H1.HeaderClassName
{
color: #DBBC74;
}
.AnyTagClassName
{
color: #DBBC74;
}
</style>
background-color css
<style>
a { background-color: #DBBC74; }
a { background-color: rgb(219,188,116); }
div.DivClassName
{
background-color: #DBBC74;
}
.BgClassName
{
background-color: #DBBC74;
}
</style>
border-color css
<style>
span { border-color: #DBBC74; }
span { border-color: rgb(219,188,116); }
td.TdClassName
{
border-color: #DBBC74;
}
.TagClassName
{
border-color: #DBBC74;
}
</style>