Shades of Chenin #DBC467
Tints of Chenin #DBC467
RGB
CMYK
RGB Variations
Color information
#DBC467 (or 0xDBC467) is known color: Chenin. HEX triplet: DB, C4 and 67. RGB value is (219,196,103). Sum of RGB (Red+Green+Blue) = 219+196+103=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC467 is #243B98. Grayscale: #C0C0C0. Windows color (decimal): -2374553 or 6800603. OLE color: 6800603.
HSL color Cylindrical-coordinate representation of color #DBC467: hue angle of 48.1º 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 #DBC467 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 103 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.14 |
| HSL | 48.1º | 0.62% | 0.63% | - |
| HSV(B) | 48.1º | 0.53% | 0.86% | - |
| XYZ | 51.4 | 55.52 | 20.84 | - |
| YUV | 192.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 103 | 0 | 0.11 | 0.53 | 0.14 | 48.1 | 0.62 | 0.63 |
| Hex | DB | C4 | 67 | 0 | B | 35 | E | 30 | 3E | 3F |
| Octal | 333 | 304 | 147 | 0 | 13 | 65 | 16 | 60 | 76 | 77 |
| Binary | 11011011 | 11000100 | 1100111 | 0 | 1011 | 110101 | 1110 | 110000 | 111110 | 111111 |
Color Harmonies of #DBC467
Complementary color
Monochromatic Colors of #DBC467
Black with #DBC467
Text Example
Text Example
White with #DBC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC467; }
p { color: rgb(219,196,103); }
H1.HeaderClassName
{
color: #DBC467;
}
.AnyTagClassName
{
color: #DBC467;
}
</style>
background-color css
<style>
a { background-color: #DBC467; }
a { background-color: rgb(219,196,103); }
div.DivClassName
{
background-color: #DBC467;
}
.BgClassName
{
background-color: #DBC467;
}
</style>
border-color css
<style>
span { border-color: #DBC467; }
span { border-color: rgb(219,196,103); }
td.TdClassName
{
border-color: #DBC467;
}
.TagClassName
{
border-color: #DBC467;
}
</style>