Shades of Gold Tips #DBAE28
Tints of Gold Tips #DBAE28
RGB
CMYK
RGB Variations
Color information
#DBAE28 (or 0xDBAE28) is known color: Gold Tips. HEX triplet: DB, AE and 28. RGB value is (219,174,40). Sum of RGB (Red+Green+Blue) = 219+174+40=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE28 is #2451D7. Grayscale: #ACACAC. Windows color (decimal): -2380248 or 2666203. OLE color: 2666203.
HSL color Cylindrical-coordinate representation of color #DBAE28: hue angle of 44.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBAE28 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.14 |
| HSL | 44.92º | 0.71% | 0.51% | - |
| HSV(B) | 44.92º | 0.82% | 0.86% | - |
| XYZ | 44.73 | 45.49 | 8.43 | - |
| YUV | 172.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 40 | 0 | 0.21 | 0.82 | 0.14 | 44.92 | 0.71 | 0.51 |
| Hex | DB | AE | 28 | 0 | 15 | 52 | E | 2D | 47 | 33 |
| Octal | 333 | 256 | 50 | 0 | 25 | 122 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101110 | 101000 | 0 | 10101 | 1010010 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAE28
Complementary color
Monochromatic Colors of #DBAE28
Black with #DBAE28
Text Example
Text Example
White with #DBAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE28; }
p { color: rgb(219,174,40); }
H1.HeaderClassName
{
color: #DBAE28;
}
.AnyTagClassName
{
color: #DBAE28;
}
</style>
background-color css
<style>
a { background-color: #DBAE28; }
a { background-color: rgb(219,174,40); }
div.DivClassName
{
background-color: #DBAE28;
}
.BgClassName
{
background-color: #DBAE28;
}
</style>
border-color css
<style>
span { border-color: #DBAE28; }
span { border-color: rgb(219,174,40); }
td.TdClassName
{
border-color: #DBAE28;
}
.TagClassName
{
border-color: #DBAE28;
}
</style>