Shades of Gold Tips #DBAE26
Tints of Gold Tips #DBAE26
RGB
CMYK
RGB Variations
Color information
#DBAE26 (or 0xDBAE26) is known color: Gold Tips. HEX triplet: DB, AE and 26. RGB value is (219,174,38). Sum of RGB (Red+Green+Blue) = 219+174+38=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE26 is #2451D9. Grayscale: #ACACAC. Windows color (decimal): -2380250 or 2535131. OLE color: 2535131.
HSL color Cylindrical-coordinate representation of color #DBAE26: hue angle of 45.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBAE26 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 38 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.14 |
| HSL | 45.08º | 0.72% | 0.5% | - |
| HSV(B) | 45.08º | 0.83% | 0.86% | - |
| XYZ | 44.7 | 45.47 | 8.25 | - |
| YUV | 171.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 38 | 0 | 0.21 | 0.83 | 0.14 | 45.08 | 0.72 | 0.5 |
| Hex | DB | AE | 26 | 0 | 15 | 53 | E | 2D | 48 | 32 |
| Octal | 333 | 256 | 46 | 0 | 25 | 123 | 16 | 55 | 110 | 62 |
| Binary | 11011011 | 10101110 | 100110 | 0 | 10101 | 1010011 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DBAE26
Complementary color
Monochromatic Colors of #DBAE26
Black with #DBAE26
Text Example
Text Example
White with #DBAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE26; }
p { color: rgb(219,174,38); }
H1.HeaderClassName
{
color: #DBAE26;
}
.AnyTagClassName
{
color: #DBAE26;
}
</style>
background-color css
<style>
a { background-color: #DBAE26; }
a { background-color: rgb(219,174,38); }
div.DivClassName
{
background-color: #DBAE26;
}
.BgClassName
{
background-color: #DBAE26;
}
</style>
border-color css
<style>
span { border-color: #DBAE26; }
span { border-color: rgb(219,174,38); }
td.TdClassName
{
border-color: #DBAE26;
}
.TagClassName
{
border-color: #DBAE26;
}
</style>