Shades of Chenin #DBC274
Tints of Chenin #DBC274
RGB
CMYK
RGB Variations
Color information
#DBC274 (or 0xDBC274) is known color: Chenin. HEX triplet: DB, C2 and 74. RGB value is (219,194,116). Sum of RGB (Red+Green+Blue) = 219+194+116=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC274 is #243D8B. Grayscale: #C0C0C0. Windows color (decimal): -2375052 or 7652059. OLE color: 7652059.
HSL color Cylindrical-coordinate representation of color #DBC274: hue angle of 45.44º 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 #DBC274 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 116 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.14 |
| HSL | 45.44º | 0.59% | 0.66% | - |
| HSV(B) | 45.44º | 0.47% | 0.86% | - |
| XYZ | 51.66 | 54.9 | 24.4 | - |
| YUV | 192.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 116 | 0 | 0.11 | 0.47 | 0.14 | 45.44 | 0.59 | 0.66 |
| Hex | DB | C2 | 74 | 0 | B | 2F | E | 2D | 3B | 42 |
| Octal | 333 | 302 | 164 | 0 | 13 | 57 | 16 | 55 | 73 | 102 |
| Binary | 11011011 | 11000010 | 1110100 | 0 | 1011 | 101111 | 1110 | 101101 | 111011 | 1000010 |
Color Harmonies of #DBC274
Complementary color
Monochromatic Colors of #DBC274
Black with #DBC274
Text Example
Text Example
White with #DBC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC274; }
p { color: rgb(219,194,116); }
H1.HeaderClassName
{
color: #DBC274;
}
.AnyTagClassName
{
color: #DBC274;
}
</style>
background-color css
<style>
a { background-color: #DBC274; }
a { background-color: rgb(219,194,116); }
div.DivClassName
{
background-color: #DBC274;
}
.BgClassName
{
background-color: #DBC274;
}
</style>
border-color css
<style>
span { border-color: #DBC274; }
span { border-color: rgb(219,194,116); }
td.TdClassName
{
border-color: #DBC274;
}
.TagClassName
{
border-color: #DBC274;
}
</style>