Shades of Chenin #DBC76B
Tints of Chenin #DBC76B
RGB
CMYK
RGB Variations
Color information
#DBC76B (or 0xDBC76B) is known color: Chenin. HEX triplet: DB, C7 and 6B. RGB value is (219,199,107). Sum of RGB (Red+Green+Blue) = 219+199+107=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC76B is #243894. Grayscale: #C2C2C2. Windows color (decimal): -2373781 or 7063515. OLE color: 7063515.
HSL color Cylindrical-coordinate representation of color #DBC76B: hue angle of 49.29º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBC76B is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 107 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.14 |
| HSL | 49.29º | 0.61% | 0.64% | - |
| HSV(B) | 49.29º | 0.51% | 0.86% | - |
| XYZ | 52.29 | 56.97 | 22.15 | - |
| YUV | 194.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 107 | 0 | 0.09 | 0.51 | 0.14 | 49.29 | 0.61 | 0.64 |
| Hex | DB | C7 | 6B | 0 | 9 | 33 | E | 31 | 3D | 40 |
| Octal | 333 | 307 | 153 | 0 | 11 | 63 | 16 | 61 | 75 | 100 |
| Binary | 11011011 | 11000111 | 1101011 | 0 | 1001 | 110011 | 1110 | 110001 | 111101 | 1000000 |
Color Harmonies of #DBC76B
Complementary color
Monochromatic Colors of #DBC76B
Black with #DBC76B
Text Example
Text Example
White with #DBC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC76B; }
p { color: rgb(219,199,107); }
H1.HeaderClassName
{
color: #DBC76B;
}
.AnyTagClassName
{
color: #DBC76B;
}
</style>
background-color css
<style>
a { background-color: #DBC76B; }
a { background-color: rgb(219,199,107); }
div.DivClassName
{
background-color: #DBC76B;
}
.BgClassName
{
background-color: #DBC76B;
}
</style>
border-color css
<style>
span { border-color: #DBC76B; }
span { border-color: rgb(219,199,107); }
td.TdClassName
{
border-color: #DBC76B;
}
.TagClassName
{
border-color: #DBC76B;
}
</style>