Shades of Chenin #DBC178
Tints of Chenin #DBC178
RGB
CMYK
RGB Variations
Color information
#DBC178 (or 0xDBC178) is known color: Chenin. HEX triplet: DB, C1 and 78. RGB value is (219,193,120). Sum of RGB (Red+Green+Blue) = 219+193+120=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC178 is #243E87. Grayscale: #C0C0C0. Windows color (decimal): -2375304 or 7913947. OLE color: 7913947.
HSL color Cylindrical-coordinate representation of color #DBC178: hue angle of 44.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBC178 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 120 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.14 |
| HSL | 44.24º | 0.58% | 0.66% | - |
| HSV(B) | 44.24º | 0.45% | 0.86% | - |
| XYZ | 51.67 | 54.56 | 25.58 | - |
| YUV | 192.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 120 | 0 | 0.12 | 0.45 | 0.14 | 44.24 | 0.58 | 0.66 |
| Hex | DB | C1 | 78 | 0 | C | 2D | E | 2C | 3A | 42 |
| Octal | 333 | 301 | 170 | 0 | 14 | 55 | 16 | 54 | 72 | 102 |
| Binary | 11011011 | 11000001 | 1111000 | 0 | 1100 | 101101 | 1110 | 101100 | 111010 | 1000010 |
Color Harmonies of #DBC178
Complementary color
Monochromatic Colors of #DBC178
Black with #DBC178
Text Example
Text Example
White with #DBC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC178; }
p { color: rgb(219,193,120); }
H1.HeaderClassName
{
color: #DBC178;
}
.AnyTagClassName
{
color: #DBC178;
}
</style>
background-color css
<style>
a { background-color: #DBC178; }
a { background-color: rgb(219,193,120); }
div.DivClassName
{
background-color: #DBC178;
}
.BgClassName
{
background-color: #DBC178;
}
</style>
border-color css
<style>
span { border-color: #DBC178; }
span { border-color: rgb(219,193,120); }
td.TdClassName
{
border-color: #DBC178;
}
.TagClassName
{
border-color: #DBC178;
}
</style>