Shades of Gold Tips #DBAE2A
Tints of Gold Tips #DBAE2A
RGB
CMYK
RGB Variations
Color information
#DBAE2A (or 0xDBAE2A) is known color: Gold Tips. HEX triplet: DB, AE and 2A. RGB value is (219,174,42). Sum of RGB (Red+Green+Blue) = 219+174+42=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE2A is #2451D5. Grayscale: #ACACAC. Windows color (decimal): -2380246 or 2797275. OLE color: 2797275.
HSL color Cylindrical-coordinate representation of color #DBAE2A: hue angle of 44.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBAE2A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 42 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.14 |
| HSL | 44.75º | 0.71% | 0.51% | - |
| HSV(B) | 44.75º | 0.81% | 0.86% | - |
| XYZ | 44.77 | 45.5 | 8.61 | - |
| YUV | 172.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 42 | 0 | 0.21 | 0.81 | 0.14 | 44.75 | 0.71 | 0.51 |
| Hex | DB | AE | 2A | 0 | 15 | 51 | E | 2D | 47 | 33 |
| Octal | 333 | 256 | 52 | 0 | 25 | 121 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101110 | 101010 | 0 | 10101 | 1010001 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAE2A
Complementary color
Monochromatic Colors of #DBAE2A
Black with #DBAE2A
Text Example
Text Example
White with #DBAE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE2A; }
p { color: rgb(219,174,42); }
H1.HeaderClassName
{
color: #DBAE2A;
}
.AnyTagClassName
{
color: #DBAE2A;
}
</style>
background-color css
<style>
a { background-color: #DBAE2A; }
a { background-color: rgb(219,174,42); }
div.DivClassName
{
background-color: #DBAE2A;
}
.BgClassName
{
background-color: #DBAE2A;
}
</style>
border-color css
<style>
span { border-color: #DBAE2A; }
span { border-color: rgb(219,174,42); }
td.TdClassName
{
border-color: #DBAE2A;
}
.TagClassName
{
border-color: #DBAE2A;
}
</style>