Shades of Chenin #DBC773
Tints of Chenin #DBC773
RGB
CMYK
RGB Variations
Color information
#DBC773 (or 0xDBC773) is known color: Chenin. HEX triplet: DB, C7 and 73. RGB value is (219,199,115). Sum of RGB (Red+Green+Blue) = 219+199+115=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC773 is #24388C. Grayscale: #C3C3C3. Windows color (decimal): -2373773 or 7587803. OLE color: 7587803.
HSL color Cylindrical-coordinate representation of color #DBC773: hue angle of 48.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBC773 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 115 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.14 |
| HSL | 48.46º | 0.59% | 0.65% | - |
| HSV(B) | 48.46º | 0.47% | 0.86% | - |
| XYZ | 52.73 | 57.14 | 24.47 | - |
| YUV | 195.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 115 | 0 | 0.09 | 0.47 | 0.14 | 48.46 | 0.59 | 0.65 |
| Hex | DB | C7 | 73 | 0 | 9 | 2F | E | 30 | 3B | 41 |
| Octal | 333 | 307 | 163 | 0 | 11 | 57 | 16 | 60 | 73 | 101 |
| Binary | 11011011 | 11000111 | 1110011 | 0 | 1001 | 101111 | 1110 | 110000 | 111011 | 1000001 |
Color Harmonies of #DBC773
Complementary color
Monochromatic Colors of #DBC773
Black with #DBC773
Text Example
Text Example
White with #DBC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC773; }
p { color: rgb(219,199,115); }
H1.HeaderClassName
{
color: #DBC773;
}
.AnyTagClassName
{
color: #DBC773;
}
</style>
background-color css
<style>
a { background-color: #DBC773; }
a { background-color: rgb(219,199,115); }
div.DivClassName
{
background-color: #DBC773;
}
.BgClassName
{
background-color: #DBC773;
}
</style>
border-color css
<style>
span { border-color: #DBC773; }
span { border-color: rgb(219,199,115); }
td.TdClassName
{
border-color: #DBC773;
}
.TagClassName
{
border-color: #DBC773;
}
</style>