Shades of Chenin #DBBD75
Tints of Chenin #DBBD75
RGB
CMYK
RGB Variations
Color information
#DBBD75 (or 0xDBBD75) is known color: Chenin. HEX triplet: DB, BD and 75. RGB value is (219,189,117). Sum of RGB (Red+Green+Blue) = 219+189+117=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD75 is #24428A. Grayscale: #BEBEBE. Windows color (decimal): -2376331 or 7716315. OLE color: 7716315.
HSL color Cylindrical-coordinate representation of color #DBBD75: hue angle of 42.35º 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 #DBBD75 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 117 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.14 |
| HSL | 42.35º | 0.59% | 0.66% | - |
| HSV(B) | 42.35º | 0.47% | 0.86% | - |
| XYZ | 50.62 | 52.74 | 24.34 | - |
| YUV | 189.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 117 | 0 | 0.14 | 0.47 | 0.14 | 42.35 | 0.59 | 0.66 |
| Hex | DB | BD | 75 | 0 | E | 2F | E | 2A | 3B | 42 |
| Octal | 333 | 275 | 165 | 0 | 16 | 57 | 16 | 52 | 73 | 102 |
| Binary | 11011011 | 10111101 | 1110101 | 0 | 1110 | 101111 | 1110 | 101010 | 111011 | 1000010 |
Color Harmonies of #DBBD75
Complementary color
Monochromatic Colors of #DBBD75
Black with #DBBD75
Text Example
Text Example
White with #DBBD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD75; }
p { color: rgb(219,189,117); }
H1.HeaderClassName
{
color: #DBBD75;
}
.AnyTagClassName
{
color: #DBBD75;
}
</style>
background-color css
<style>
a { background-color: #DBBD75; }
a { background-color: rgb(219,189,117); }
div.DivClassName
{
background-color: #DBBD75;
}
.BgClassName
{
background-color: #DBBD75;
}
</style>
border-color css
<style>
span { border-color: #DBBD75; }
span { border-color: rgb(219,189,117); }
td.TdClassName
{
border-color: #DBBD75;
}
.TagClassName
{
border-color: #DBBD75;
}
</style>