Shades of Chenin #DBC36B
Tints of Chenin #DBC36B
RGB
CMYK
RGB Variations
Color information
#DBC36B (or 0xDBC36B) is known color: Chenin. HEX triplet: DB, C3 and 6B. RGB value is (219,195,107). Sum of RGB (Red+Green+Blue) = 219+195+107=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC36B is #243C94. Grayscale: #C0C0C0. Windows color (decimal): -2374805 or 7062491. OLE color: 7062491.
HSL color Cylindrical-coordinate representation of color #DBC36B: hue angle of 47.14º 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 #DBC36B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 107 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.14 |
| HSL | 47.14º | 0.61% | 0.64% | - |
| HSV(B) | 47.14º | 0.51% | 0.86% | - |
| XYZ | 51.38 | 55.15 | 21.85 | - |
| YUV | 192.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 107 | 0 | 0.11 | 0.51 | 0.14 | 47.14 | 0.61 | 0.64 |
| Hex | DB | C3 | 6B | 0 | B | 33 | E | 2F | 3D | 40 |
| Octal | 333 | 303 | 153 | 0 | 13 | 63 | 16 | 57 | 75 | 100 |
| Binary | 11011011 | 11000011 | 1101011 | 0 | 1011 | 110011 | 1110 | 101111 | 111101 | 1000000 |
Color Harmonies of #DBC36B
Complementary color
Monochromatic Colors of #DBC36B
Black with #DBC36B
Text Example
Text Example
White with #DBC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC36B; }
p { color: rgb(219,195,107); }
H1.HeaderClassName
{
color: #DBC36B;
}
.AnyTagClassName
{
color: #DBC36B;
}
</style>
background-color css
<style>
a { background-color: #DBC36B; }
a { background-color: rgb(219,195,107); }
div.DivClassName
{
background-color: #DBC36B;
}
.BgClassName
{
background-color: #DBC36B;
}
</style>
border-color css
<style>
span { border-color: #DBC36B; }
span { border-color: rgb(219,195,107); }
td.TdClassName
{
border-color: #DBC36B;
}
.TagClassName
{
border-color: #DBC36B;
}
</style>