Shades of Chenin #DBC766
Tints of Chenin #DBC766
RGB
CMYK
RGB Variations
Color information
#DBC766 (or 0xDBC766) is known color: Chenin. HEX triplet: DB, C7 and 66. RGB value is (219,199,102). Sum of RGB (Red+Green+Blue) = 219+199+102=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC766 is #243899. Grayscale: #C2C2C2. Windows color (decimal): -2373786 or 6735835. OLE color: 6735835.
HSL color Cylindrical-coordinate representation of color #DBC766: hue angle of 49.74º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBC766 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 102 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.14 |
| HSL | 49.74º | 0.62% | 0.63% | - |
| HSV(B) | 49.74º | 0.53% | 0.86% | - |
| XYZ | 52.04 | 56.87 | 20.8 | - |
| YUV | 193.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 102 | 0 | 0.09 | 0.53 | 0.14 | 49.74 | 0.62 | 0.63 |
| Hex | DB | C7 | 66 | 0 | 9 | 35 | E | 32 | 3E | 3F |
| Octal | 333 | 307 | 146 | 0 | 11 | 65 | 16 | 62 | 76 | 77 |
| Binary | 11011011 | 11000111 | 1100110 | 0 | 1001 | 110101 | 1110 | 110010 | 111110 | 111111 |
Color Harmonies of #DBC766
Complementary color
Monochromatic Colors of #DBC766
Black with #DBC766
Text Example
Text Example
White with #DBC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC766; }
p { color: rgb(219,199,102); }
H1.HeaderClassName
{
color: #DBC766;
}
.AnyTagClassName
{
color: #DBC766;
}
</style>
background-color css
<style>
a { background-color: #DBC766; }
a { background-color: rgb(219,199,102); }
div.DivClassName
{
background-color: #DBC766;
}
.BgClassName
{
background-color: #DBC766;
}
</style>
border-color css
<style>
span { border-color: #DBC766; }
span { border-color: rgb(219,199,102); }
td.TdClassName
{
border-color: #DBC766;
}
.TagClassName
{
border-color: #DBC766;
}
</style>