Shades of Chenin #DBC268
Tints of Chenin #DBC268
RGB
CMYK
RGB Variations
Color information
#DBC268 (or 0xDBC268) is known color: Chenin. HEX triplet: DB, C2 and 68. RGB value is (219,194,104). Sum of RGB (Red+Green+Blue) = 219+194+104=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC268 is #243D97. Grayscale: #BFBFBF. Windows color (decimal): -2375064 or 6865627. OLE color: 6865627.
HSL color Cylindrical-coordinate representation of color #DBC268: hue angle of 46.96º degrees, saturation: 0.61, 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 #DBC268 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 104 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.14 |
| HSL | 46.96º | 0.61% | 0.63% | - |
| HSV(B) | 46.96º | 0.53% | 0.86% | - |
| XYZ | 51 | 54.64 | 20.96 | - |
| YUV | 191.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 104 | 0 | 0.11 | 0.53 | 0.14 | 46.96 | 0.61 | 0.63 |
| Hex | DB | C2 | 68 | 0 | B | 35 | E | 2F | 3D | 3F |
| Octal | 333 | 302 | 150 | 0 | 13 | 65 | 16 | 57 | 75 | 77 |
| Binary | 11011011 | 11000010 | 1101000 | 0 | 1011 | 110101 | 1110 | 101111 | 111101 | 111111 |
Color Harmonies of #DBC268
Complementary color
Monochromatic Colors of #DBC268
Black with #DBC268
Text Example
Text Example
White with #DBC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC268; }
p { color: rgb(219,194,104); }
H1.HeaderClassName
{
color: #DBC268;
}
.AnyTagClassName
{
color: #DBC268;
}
</style>
background-color css
<style>
a { background-color: #DBC268; }
a { background-color: rgb(219,194,104); }
div.DivClassName
{
background-color: #DBC268;
}
.BgClassName
{
background-color: #DBC268;
}
</style>
border-color css
<style>
span { border-color: #DBC268; }
span { border-color: rgb(219,194,104); }
td.TdClassName
{
border-color: #DBC268;
}
.TagClassName
{
border-color: #DBC268;
}
</style>