Shades of Chenin #DBC275
Tints of Chenin #DBC275
RGB
CMYK
RGB Variations
Color information
#DBC275 (or 0xDBC275) is known color: Chenin. HEX triplet: DB, C2 and 75. RGB value is (219,194,117). Sum of RGB (Red+Green+Blue) = 219+194+117=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC275 is #243D8A. Grayscale: #C1C1C1. Windows color (decimal): -2375051 or 7717595. OLE color: 7717595.
HSL color Cylindrical-coordinate representation of color #DBC275: hue angle of 45.29º 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 #DBC275 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 117 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.14 |
| HSL | 45.29º | 0.59% | 0.66% | - |
| HSV(B) | 45.29º | 0.47% | 0.86% | - |
| XYZ | 51.72 | 54.93 | 24.71 | - |
| YUV | 192.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 117 | 0 | 0.11 | 0.47 | 0.14 | 45.29 | 0.59 | 0.66 |
| Hex | DB | C2 | 75 | 0 | B | 2F | E | 2D | 3B | 42 |
| Octal | 333 | 302 | 165 | 0 | 13 | 57 | 16 | 55 | 73 | 102 |
| Binary | 11011011 | 11000010 | 1110101 | 0 | 1011 | 101111 | 1110 | 101101 | 111011 | 1000010 |
Color Harmonies of #DBC275
Complementary color
Monochromatic Colors of #DBC275
Black with #DBC275
Text Example
Text Example
White with #DBC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC275; }
p { color: rgb(219,194,117); }
H1.HeaderClassName
{
color: #DBC275;
}
.AnyTagClassName
{
color: #DBC275;
}
</style>
background-color css
<style>
a { background-color: #DBC275; }
a { background-color: rgb(219,194,117); }
div.DivClassName
{
background-color: #DBC275;
}
.BgClassName
{
background-color: #DBC275;
}
</style>
border-color css
<style>
span { border-color: #DBC275; }
span { border-color: rgb(219,194,117); }
td.TdClassName
{
border-color: #DBC275;
}
.TagClassName
{
border-color: #DBC275;
}
</style>