Shades of Gold Tips #DBAC2C
Tints of Gold Tips #DBAC2C
RGB
CMYK
RGB Variations
Color information
#DBAC2C (or 0xDBAC2C) is known color: Gold Tips. HEX triplet: DB, AC and 2C. RGB value is (219,172,44). Sum of RGB (Red+Green+Blue) = 219+172+44=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC2C is #2453D3. Grayscale: #ACACAC. Windows color (decimal): -2380756 or 2927835. OLE color: 2927835.
HSL color Cylindrical-coordinate representation of color #DBAC2C: hue angle of 43.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAC2C is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 44 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.14 |
| HSL | 43.89º | 0.71% | 0.52% | - |
| HSV(B) | 43.89º | 0.8% | 0.86% | - |
| XYZ | 44.42 | 44.75 | 8.68 | - |
| YUV | 171.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 44 | 0 | 0.21 | 0.80 | 0.14 | 43.89 | 0.71 | 0.52 |
| Hex | DB | AC | 2C | 0 | 15 | 50 | E | 2C | 47 | 34 |
| Octal | 333 | 254 | 54 | 0 | 25 | 120 | 16 | 54 | 107 | 64 |
| Binary | 11011011 | 10101100 | 101100 | 0 | 10101 | 1010000 | 1110 | 101100 | 1000111 | 110100 |
Color Harmonies of #DBAC2C
Complementary color
Monochromatic Colors of #DBAC2C
Black with #DBAC2C
Text Example
Text Example
White with #DBAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC2C; }
p { color: rgb(219,172,44); }
H1.HeaderClassName
{
color: #DBAC2C;
}
.AnyTagClassName
{
color: #DBAC2C;
}
</style>
background-color css
<style>
a { background-color: #DBAC2C; }
a { background-color: rgb(219,172,44); }
div.DivClassName
{
background-color: #DBAC2C;
}
.BgClassName
{
background-color: #DBAC2C;
}
</style>
border-color css
<style>
span { border-color: #DBAC2C; }
span { border-color: rgb(219,172,44); }
td.TdClassName
{
border-color: #DBAC2C;
}
.TagClassName
{
border-color: #DBAC2C;
}
</style>