Shades of Chenin #DBC267
Tints of Chenin #DBC267
RGB
CMYK
RGB Variations
Color information
#DBC267 (or 0xDBC267) is known color: Chenin. HEX triplet: DB, C2 and 67. RGB value is (219,194,103). Sum of RGB (Red+Green+Blue) = 219+194+103=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC267 is #243D98. Grayscale: #BFBFBF. Windows color (decimal): -2375065 or 6800091. OLE color: 6800091.
HSL color Cylindrical-coordinate representation of color #DBC267: hue angle of 47.07º 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 #DBC267 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 103 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.14 |
| HSL | 47.07º | 0.62% | 0.63% | - |
| HSV(B) | 47.07º | 0.53% | 0.86% | - |
| XYZ | 50.95 | 54.62 | 20.69 | - |
| YUV | 191.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 103 | 0 | 0.11 | 0.53 | 0.14 | 47.07 | 0.62 | 0.63 |
| Hex | DB | C2 | 67 | 0 | B | 35 | E | 2F | 3E | 3F |
| Octal | 333 | 302 | 147 | 0 | 13 | 65 | 16 | 57 | 76 | 77 |
| Binary | 11011011 | 11000010 | 1100111 | 0 | 1011 | 110101 | 1110 | 101111 | 111110 | 111111 |
Color Harmonies of #DBC267
Complementary color
Monochromatic Colors of #DBC267
Black with #DBC267
Text Example
Text Example
White with #DBC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC267; }
p { color: rgb(219,194,103); }
H1.HeaderClassName
{
color: #DBC267;
}
.AnyTagClassName
{
color: #DBC267;
}
</style>
background-color css
<style>
a { background-color: #DBC267; }
a { background-color: rgb(219,194,103); }
div.DivClassName
{
background-color: #DBC267;
}
.BgClassName
{
background-color: #DBC267;
}
</style>
border-color css
<style>
span { border-color: #DBC267; }
span { border-color: rgb(219,194,103); }
td.TdClassName
{
border-color: #DBC267;
}
.TagClassName
{
border-color: #DBC267;
}
</style>