Shades of Chenin #DBC36A
Tints of Chenin #DBC36A
RGB
CMYK
RGB Variations
Color information
#DBC36A (or 0xDBC36A) is known color: Chenin. HEX triplet: DB, C3 and 6A. RGB value is (219,195,106). Sum of RGB (Red+Green+Blue) = 219+195+106=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC36A is #243C95. Grayscale: #C0C0C0. Windows color (decimal): -2374806 or 6996955. OLE color: 6996955.
HSL color Cylindrical-coordinate representation of color #DBC36A: hue angle of 47.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBC36A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 106 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.14 |
| HSL | 47.26º | 0.61% | 0.64% | - |
| HSV(B) | 47.26º | 0.52% | 0.86% | - |
| XYZ | 51.33 | 55.13 | 21.57 | - |
| YUV | 192.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 106 | 0 | 0.11 | 0.52 | 0.14 | 47.26 | 0.61 | 0.64 |
| Hex | DB | C3 | 6A | 0 | B | 34 | E | 2F | 3D | 40 |
| Octal | 333 | 303 | 152 | 0 | 13 | 64 | 16 | 57 | 75 | 100 |
| Binary | 11011011 | 11000011 | 1101010 | 0 | 1011 | 110100 | 1110 | 101111 | 111101 | 1000000 |
Color Harmonies of #DBC36A
Complementary color
Monochromatic Colors of #DBC36A
Black with #DBC36A
Text Example
Text Example
White with #DBC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC36A; }
p { color: rgb(219,195,106); }
H1.HeaderClassName
{
color: #DBC36A;
}
.AnyTagClassName
{
color: #DBC36A;
}
</style>
background-color css
<style>
a { background-color: #DBC36A; }
a { background-color: rgb(219,195,106); }
div.DivClassName
{
background-color: #DBC36A;
}
.BgClassName
{
background-color: #DBC36A;
}
</style>
border-color css
<style>
span { border-color: #DBC36A; }
span { border-color: rgb(219,195,106); }
td.TdClassName
{
border-color: #DBC36A;
}
.TagClassName
{
border-color: #DBC36A;
}
</style>