Shades of Gold Tips #DBAE2D
Tints of Gold Tips #DBAE2D
RGB
CMYK
RGB Variations
Color information
#DBAE2D (or 0xDBAE2D) is known color: Gold Tips. HEX triplet: DB, AE and 2D. RGB value is (219,174,45). Sum of RGB (Red+Green+Blue) = 219+174+45=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE2D is #2451D2. Grayscale: #ADADAD. Windows color (decimal): -2380243 or 2993883. OLE color: 2993883.
HSL color Cylindrical-coordinate representation of color #DBAE2D: hue angle of 44.48º 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 #DBAE2D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 45 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.14 |
| HSL | 44.48º | 0.71% | 0.52% | - |
| HSV(B) | 44.48º | 0.79% | 0.86% | - |
| XYZ | 44.82 | 45.52 | 8.91 | - |
| YUV | 172.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 45 | 0 | 0.21 | 0.79 | 0.14 | 44.48 | 0.71 | 0.52 |
| Hex | DB | AE | 2D | 0 | 15 | 4F | E | 2C | 47 | 34 |
| Octal | 333 | 256 | 55 | 0 | 25 | 117 | 16 | 54 | 107 | 64 |
| Binary | 11011011 | 10101110 | 101101 | 0 | 10101 | 1001111 | 1110 | 101100 | 1000111 | 110100 |
Color Harmonies of #DBAE2D
Complementary color
Monochromatic Colors of #DBAE2D
Black with #DBAE2D
Text Example
Text Example
White with #DBAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE2D; }
p { color: rgb(219,174,45); }
H1.HeaderClassName
{
color: #DBAE2D;
}
.AnyTagClassName
{
color: #DBAE2D;
}
</style>
background-color css
<style>
a { background-color: #DBAE2D; }
a { background-color: rgb(219,174,45); }
div.DivClassName
{
background-color: #DBAE2D;
}
.BgClassName
{
background-color: #DBAE2D;
}
</style>
border-color css
<style>
span { border-color: #DBAE2D; }
span { border-color: rgb(219,174,45); }
td.TdClassName
{
border-color: #DBAE2D;
}
.TagClassName
{
border-color: #DBAE2D;
}
</style>