Shades of Chenin #DBC47A
Tints of Chenin #DBC47A
RGB
CMYK
RGB Variations
Color information
#DBC47A (or 0xDBC47A) is known color: Chenin. HEX triplet: DB, C4 and 7A. RGB value is (219,196,122). Sum of RGB (Red+Green+Blue) = 219+196+122=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC47A is #243B85. Grayscale: #C2C2C2. Windows color (decimal): -2374534 or 8045787. OLE color: 8045787.
HSL color Cylindrical-coordinate representation of color #DBC47A: hue angle of 45.77º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBC47A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 122 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.14 |
| HSL | 45.77º | 0.57% | 0.67% | - |
| HSV(B) | 45.77º | 0.44% | 0.86% | - |
| XYZ | 52.47 | 55.95 | 26.45 | - |
| YUV | 194.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 122 | 0 | 0.11 | 0.44 | 0.14 | 45.77 | 0.57 | 0.67 |
| Hex | DB | C4 | 7A | 0 | B | 2C | E | 2E | 39 | 43 |
| Octal | 333 | 304 | 172 | 0 | 13 | 54 | 16 | 56 | 71 | 103 |
| Binary | 11011011 | 11000100 | 1111010 | 0 | 1011 | 101100 | 1110 | 101110 | 111001 | 1000011 |
Color Harmonies of #DBC47A
Complementary color
Monochromatic Colors of #DBC47A
Black with #DBC47A
Text Example
Text Example
White with #DBC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC47A; }
p { color: rgb(219,196,122); }
H1.HeaderClassName
{
color: #DBC47A;
}
.AnyTagClassName
{
color: #DBC47A;
}
</style>
background-color css
<style>
a { background-color: #DBC47A; }
a { background-color: rgb(219,196,122); }
div.DivClassName
{
background-color: #DBC47A;
}
.BgClassName
{
background-color: #DBC47A;
}
</style>
border-color css
<style>
span { border-color: #DBC47A; }
span { border-color: rgb(219,196,122); }
td.TdClassName
{
border-color: #DBC47A;
}
.TagClassName
{
border-color: #DBC47A;
}
</style>