Shades of Chenin #DBC676
Tints of Chenin #DBC676
RGB
CMYK
RGB Variations
Color information
#DBC676 (or 0xDBC676) is known color: Chenin. HEX triplet: DB, C6 and 76. RGB value is (219,198,118). Sum of RGB (Red+Green+Blue) = 219+198+118=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC676 is #243989. Grayscale: #C3C3C3. Windows color (decimal): -2374026 or 7784155. OLE color: 7784155.
HSL color Cylindrical-coordinate representation of color #DBC676: hue angle of 47.52º 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 #DBC676 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 118 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.14 |
| HSL | 47.52º | 0.58% | 0.66% | - |
| HSV(B) | 47.52º | 0.46% | 0.86% | - |
| XYZ | 52.68 | 56.76 | 25.32 | - |
| YUV | 195.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 118 | 0 | 0.10 | 0.46 | 0.14 | 47.52 | 0.58 | 0.66 |
| Hex | DB | C6 | 76 | 0 | A | 2E | E | 30 | 3A | 42 |
| Octal | 333 | 306 | 166 | 0 | 12 | 56 | 16 | 60 | 72 | 102 |
| Binary | 11011011 | 11000110 | 1110110 | 0 | 1010 | 101110 | 1110 | 110000 | 111010 | 1000010 |
Color Harmonies of #DBC676
Complementary color
Monochromatic Colors of #DBC676
Black with #DBC676
Text Example
Text Example
White with #DBC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC676; }
p { color: rgb(219,198,118); }
H1.HeaderClassName
{
color: #DBC676;
}
.AnyTagClassName
{
color: #DBC676;
}
</style>
background-color css
<style>
a { background-color: #DBC676; }
a { background-color: rgb(219,198,118); }
div.DivClassName
{
background-color: #DBC676;
}
.BgClassName
{
background-color: #DBC676;
}
</style>
border-color css
<style>
span { border-color: #DBC676; }
span { border-color: rgb(219,198,118); }
td.TdClassName
{
border-color: #DBC676;
}
.TagClassName
{
border-color: #DBC676;
}
</style>