Shades of Chenin #DBBD76
Tints of Chenin #DBBD76
RGB
CMYK
RGB Variations
Color information
#DBBD76 (or 0xDBBD76) is known color: Chenin. HEX triplet: DB, BD and 76. RGB value is (219,189,118). Sum of RGB (Red+Green+Blue) = 219+189+118=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD76 is #244289. Grayscale: #BEBEBE. Windows color (decimal): -2376330 or 7781851. OLE color: 7781851.
HSL color Cylindrical-coordinate representation of color #DBBD76: hue angle of 42.18º 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 #DBBD76 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 118 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.14 |
| HSL | 42.18º | 0.58% | 0.66% | - |
| HSV(B) | 42.18º | 0.46% | 0.86% | - |
| XYZ | 50.68 | 52.76 | 24.65 | - |
| YUV | 189.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 118 | 0 | 0.14 | 0.46 | 0.14 | 42.18 | 0.58 | 0.66 |
| Hex | DB | BD | 76 | 0 | E | 2E | E | 2A | 3A | 42 |
| Octal | 333 | 275 | 166 | 0 | 16 | 56 | 16 | 52 | 72 | 102 |
| Binary | 11011011 | 10111101 | 1110110 | 0 | 1110 | 101110 | 1110 | 101010 | 111010 | 1000010 |
Color Harmonies of #DBBD76
Complementary color
Monochromatic Colors of #DBBD76
Black with #DBBD76
Text Example
Text Example
White with #DBBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD76; }
p { color: rgb(219,189,118); }
H1.HeaderClassName
{
color: #DBBD76;
}
.AnyTagClassName
{
color: #DBBD76;
}
</style>
background-color css
<style>
a { background-color: #DBBD76; }
a { background-color: rgb(219,189,118); }
div.DivClassName
{
background-color: #DBBD76;
}
.BgClassName
{
background-color: #DBBD76;
}
</style>
border-color css
<style>
span { border-color: #DBBD76; }
span { border-color: rgb(219,189,118); }
td.TdClassName
{
border-color: #DBBD76;
}
.TagClassName
{
border-color: #DBBD76;
}
</style>