Shades of Chenin #DBBC76
Tints of Chenin #DBBC76
RGB
CMYK
RGB Variations
Color information
#DBBC76 (or 0xDBBC76) is known color: Chenin. HEX triplet: DB, BC and 76. RGB value is (219,188,118). Sum of RGB (Red+Green+Blue) = 219+188+118=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC76 is #244389. Grayscale: #BDBDBD. Windows color (decimal): -2376586 or 7781595. OLE color: 7781595.
HSL color Cylindrical-coordinate representation of color #DBBC76: hue angle of 41.58º 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 #DBBC76 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 118 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.14 |
| HSL | 41.58º | 0.58% | 0.66% | - |
| HSV(B) | 41.58º | 0.46% | 0.86% | - |
| XYZ | 50.47 | 52.33 | 24.58 | - |
| YUV | 189.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 118 | 0 | 0.14 | 0.46 | 0.14 | 41.58 | 0.58 | 0.66 |
| Hex | DB | BC | 76 | 0 | E | 2E | E | 2A | 3A | 42 |
| Octal | 333 | 274 | 166 | 0 | 16 | 56 | 16 | 52 | 72 | 102 |
| Binary | 11011011 | 10111100 | 1110110 | 0 | 1110 | 101110 | 1110 | 101010 | 111010 | 1000010 |
Color Harmonies of #DBBC76
Complementary color
Monochromatic Colors of #DBBC76
Black with #DBBC76
Text Example
Text Example
White with #DBBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC76; }
p { color: rgb(219,188,118); }
H1.HeaderClassName
{
color: #DBBC76;
}
.AnyTagClassName
{
color: #DBBC76;
}
</style>
background-color css
<style>
a { background-color: #DBBC76; }
a { background-color: rgb(219,188,118); }
div.DivClassName
{
background-color: #DBBC76;
}
.BgClassName
{
background-color: #DBBC76;
}
</style>
border-color css
<style>
span { border-color: #DBBC76; }
span { border-color: rgb(219,188,118); }
td.TdClassName
{
border-color: #DBBC76;
}
.TagClassName
{
border-color: #DBBC76;
}
</style>