Shades of Chenin #DBBD77
Tints of Chenin #DBBD77
RGB
CMYK
RGB Variations
Color information
#DBBD77 (or 0xDBBD77) is known color: Chenin. HEX triplet: DB, BD and 77. RGB value is (219,189,119). Sum of RGB (Red+Green+Blue) = 219+189+119=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD77 is #244288. Grayscale: #BEBEBE. Windows color (decimal): -2376329 or 7847387. OLE color: 7847387.
HSL color Cylindrical-coordinate representation of color #DBBD77: hue angle of 42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBBD77 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.14 |
| HSL | 42º | 0.58% | 0.66% | - |
| HSV(B) | 42º | 0.46% | 0.86% | - |
| XYZ | 50.74 | 52.79 | 24.97 | - |
| YUV | 189.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 119 | 0 | 0.14 | 0.46 | 0.14 | 42 | 0.58 | 0.66 |
| Hex | DB | BD | 77 | 0 | E | 2E | E | 2A | 3A | 42 |
| Octal | 333 | 275 | 167 | 0 | 16 | 56 | 16 | 52 | 72 | 102 |
| Binary | 11011011 | 10111101 | 1110111 | 0 | 1110 | 101110 | 1110 | 101010 | 111010 | 1000010 |
Color Harmonies of #DBBD77
Complementary color
Monochromatic Colors of #DBBD77
Black with #DBBD77
Text Example
Text Example
White with #DBBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD77; }
p { color: rgb(219,189,119); }
H1.HeaderClassName
{
color: #DBBD77;
}
.AnyTagClassName
{
color: #DBBD77;
}
</style>
background-color css
<style>
a { background-color: #DBBD77; }
a { background-color: rgb(219,189,119); }
div.DivClassName
{
background-color: #DBBD77;
}
.BgClassName
{
background-color: #DBBD77;
}
</style>
border-color css
<style>
span { border-color: #DBBD77; }
span { border-color: rgb(219,189,119); }
td.TdClassName
{
border-color: #DBBD77;
}
.TagClassName
{
border-color: #DBBD77;
}
</style>