Shades of Chenin #DBC862
Tints of Chenin #DBC862
RGB
CMYK
RGB Variations
Color information
#DBC862 (or 0xDBC862) is known color: Chenin. HEX triplet: DB, C8 and 62. RGB value is (219,200,98). Sum of RGB (Red+Green+Blue) = 219+200+98=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC862 is #24379D. Grayscale: #C2C2C2. Windows color (decimal): -2373534 or 6473947. OLE color: 6473947.
HSL color Cylindrical-coordinate representation of color #DBC862: hue angle of 50.58º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBC862 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 98 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.14 |
| HSL | 50.58º | 0.63% | 0.62% | - |
| HSV(B) | 50.58º | 0.55% | 0.86% | - |
| XYZ | 52.07 | 57.25 | 19.86 | - |
| YUV | 194.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 98 | 0 | 0.09 | 0.55 | 0.14 | 50.58 | 0.63 | 0.62 |
| Hex | DB | C8 | 62 | 0 | 9 | 37 | E | 33 | 3F | 3E |
| Octal | 333 | 310 | 142 | 0 | 11 | 67 | 16 | 63 | 77 | 76 |
| Binary | 11011011 | 11001000 | 1100010 | 0 | 1001 | 110111 | 1110 | 110011 | 111111 | 111110 |
Color Harmonies of #DBC862
Complementary color
Monochromatic Colors of #DBC862
Black with #DBC862
Text Example
Text Example
White with #DBC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC862; }
p { color: rgb(219,200,98); }
H1.HeaderClassName
{
color: #DBC862;
}
.AnyTagClassName
{
color: #DBC862;
}
</style>
background-color css
<style>
a { background-color: #DBC862; }
a { background-color: rgb(219,200,98); }
div.DivClassName
{
background-color: #DBC862;
}
.BgClassName
{
background-color: #DBC862;
}
</style>
border-color css
<style>
span { border-color: #DBC862; }
span { border-color: rgb(219,200,98); }
td.TdClassName
{
border-color: #DBC862;
}
.TagClassName
{
border-color: #DBC862;
}
</style>