Shades of Chenin #DBBC77
Tints of Chenin #DBBC77
RGB
CMYK
RGB Variations
Color information
#DBBC77 (or 0xDBBC77) is known color: Chenin. HEX triplet: DB, BC and 77. RGB value is (219,188,119). Sum of RGB (Red+Green+Blue) = 219+188+119=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC77 is #244388. Grayscale: #BDBDBD. Windows color (decimal): -2376585 or 7847131. OLE color: 7847131.
HSL color Cylindrical-coordinate representation of color #DBBC77: hue angle of 41.4º 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 #DBBC77 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.14 |
| HSL | 41.4º | 0.58% | 0.66% | - |
| HSV(B) | 41.4º | 0.46% | 0.86% | - |
| XYZ | 50.53 | 52.36 | 24.9 | - |
| YUV | 189.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 119 | 0 | 0.14 | 0.46 | 0.14 | 41.4 | 0.58 | 0.66 |
| Hex | DB | BC | 77 | 0 | E | 2E | E | 29 | 3A | 42 |
| Octal | 333 | 274 | 167 | 0 | 16 | 56 | 16 | 51 | 72 | 102 |
| Binary | 11011011 | 10111100 | 1110111 | 0 | 1110 | 101110 | 1110 | 101001 | 111010 | 1000010 |
Color Harmonies of #DBBC77
Complementary color
Monochromatic Colors of #DBBC77
Black with #DBBC77
Text Example
Text Example
White with #DBBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC77; }
p { color: rgb(219,188,119); }
H1.HeaderClassName
{
color: #DBBC77;
}
.AnyTagClassName
{
color: #DBBC77;
}
</style>
background-color css
<style>
a { background-color: #DBBC77; }
a { background-color: rgb(219,188,119); }
div.DivClassName
{
background-color: #DBBC77;
}
.BgClassName
{
background-color: #DBBC77;
}
</style>
border-color css
<style>
span { border-color: #DBBC77; }
span { border-color: rgb(219,188,119); }
td.TdClassName
{
border-color: #DBBC77;
}
.TagClassName
{
border-color: #DBBC77;
}
</style>