Shades of Gold Tips #DBAC2D
Tints of Gold Tips #DBAC2D
RGB
CMYK
RGB Variations
Color information
#DBAC2D (or 0xDBAC2D) is known color: Gold Tips. HEX triplet: DB, AC and 2D. RGB value is (219,172,45). Sum of RGB (Red+Green+Blue) = 219+172+45=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC2D is #2453D2. Grayscale: #ACACAC. Windows color (decimal): -2380755 or 2993371. OLE color: 2993371.
HSL color Cylindrical-coordinate representation of color #DBAC2D: hue angle of 43.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBAC2D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 45 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.14 |
| HSL | 43.79º | 0.71% | 0.52% | - |
| HSV(B) | 43.79º | 0.79% | 0.86% | - |
| XYZ | 44.44 | 44.75 | 8.78 | - |
| YUV | 171.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 45 | 0 | 0.21 | 0.79 | 0.14 | 43.79 | 0.71 | 0.52 |
| Hex | DB | AC | 2D | 0 | 15 | 4F | E | 2C | 47 | 34 |
| Octal | 333 | 254 | 55 | 0 | 25 | 117 | 16 | 54 | 107 | 64 |
| Binary | 11011011 | 10101100 | 101101 | 0 | 10101 | 1001111 | 1110 | 101100 | 1000111 | 110100 |
Color Harmonies of #DBAC2D
Complementary color
Monochromatic Colors of #DBAC2D
Black with #DBAC2D
Text Example
Text Example
White with #DBAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC2D; }
p { color: rgb(219,172,45); }
H1.HeaderClassName
{
color: #DBAC2D;
}
.AnyTagClassName
{
color: #DBAC2D;
}
</style>
background-color css
<style>
a { background-color: #DBAC2D; }
a { background-color: rgb(219,172,45); }
div.DivClassName
{
background-color: #DBAC2D;
}
.BgClassName
{
background-color: #DBAC2D;
}
</style>
border-color css
<style>
span { border-color: #DBAC2D; }
span { border-color: rgb(219,172,45); }
td.TdClassName
{
border-color: #DBAC2D;
}
.TagClassName
{
border-color: #DBAC2D;
}
</style>