Shades of Chenin #DBBC75
Tints of Chenin #DBBC75
RGB
CMYK
RGB Variations
Color information
#DBBC75 (or 0xDBBC75) is known color: Chenin. HEX triplet: DB, BC and 75. RGB value is (219,188,117). Sum of RGB (Red+Green+Blue) = 219+188+117=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC75 is #24438A. Grayscale: #BDBDBD. Windows color (decimal): -2376587 or 7716059. OLE color: 7716059.
HSL color Cylindrical-coordinate representation of color #DBBC75: hue angle of 41.76º 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 #DBBC75 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 117 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.14 |
| HSL | 41.76º | 0.59% | 0.66% | - |
| HSV(B) | 41.76º | 0.47% | 0.86% | - |
| XYZ | 50.41 | 52.31 | 24.27 | - |
| YUV | 189.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 117 | 0 | 0.14 | 0.47 | 0.14 | 41.76 | 0.59 | 0.66 |
| Hex | DB | BC | 75 | 0 | E | 2F | E | 2A | 3B | 42 |
| Octal | 333 | 274 | 165 | 0 | 16 | 57 | 16 | 52 | 73 | 102 |
| Binary | 11011011 | 10111100 | 1110101 | 0 | 1110 | 101111 | 1110 | 101010 | 111011 | 1000010 |
Color Harmonies of #DBBC75
Complementary color
Monochromatic Colors of #DBBC75
Black with #DBBC75
Text Example
Text Example
White with #DBBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC75; }
p { color: rgb(219,188,117); }
H1.HeaderClassName
{
color: #DBBC75;
}
.AnyTagClassName
{
color: #DBBC75;
}
</style>
background-color css
<style>
a { background-color: #DBBC75; }
a { background-color: rgb(219,188,117); }
div.DivClassName
{
background-color: #DBBC75;
}
.BgClassName
{
background-color: #DBBC75;
}
</style>
border-color css
<style>
span { border-color: #DBBC75; }
span { border-color: rgb(219,188,117); }
td.TdClassName
{
border-color: #DBBC75;
}
.TagClassName
{
border-color: #DBBC75;
}
</style>