Shades of Chenin #DBC765
Tints of Chenin #DBC765
RGB
CMYK
RGB Variations
Color information
#DBC765 (or 0xDBC765) is known color: Chenin. HEX triplet: DB, C7 and 65. RGB value is (219,199,101). Sum of RGB (Red+Green+Blue) = 219+199+101=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC765 is #24389A. Grayscale: #C2C2C2. Windows color (decimal): -2373787 or 6670299. OLE color: 6670299.
HSL color Cylindrical-coordinate representation of color #DBC765: hue angle of 49.83º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBC765 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 101 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.14 |
| HSL | 49.83º | 0.62% | 0.63% | - |
| HSV(B) | 49.83º | 0.54% | 0.86% | - |
| XYZ | 51.99 | 56.85 | 20.54 | - |
| YUV | 193.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 101 | 0 | 0.09 | 0.54 | 0.14 | 49.83 | 0.62 | 0.63 |
| Hex | DB | C7 | 65 | 0 | 9 | 36 | E | 32 | 3E | 3F |
| Octal | 333 | 307 | 145 | 0 | 11 | 66 | 16 | 62 | 76 | 77 |
| Binary | 11011011 | 11000111 | 1100101 | 0 | 1001 | 110110 | 1110 | 110010 | 111110 | 111111 |
Color Harmonies of #DBC765
Complementary color
Monochromatic Colors of #DBC765
Black with #DBC765
Text Example
Text Example
White with #DBC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC765; }
p { color: rgb(219,199,101); }
H1.HeaderClassName
{
color: #DBC765;
}
.AnyTagClassName
{
color: #DBC765;
}
</style>
background-color css
<style>
a { background-color: #DBC765; }
a { background-color: rgb(219,199,101); }
div.DivClassName
{
background-color: #DBC765;
}
.BgClassName
{
background-color: #DBC765;
}
</style>
border-color css
<style>
span { border-color: #DBC765; }
span { border-color: rgb(219,199,101); }
td.TdClassName
{
border-color: #DBC765;
}
.TagClassName
{
border-color: #DBC765;
}
</style>