Shades of Gold Tips #DBAF2A
Tints of Gold Tips #DBAF2A
RGB
CMYK
RGB Variations
Color information
#DBAF2A (or 0xDBAF2A) is known color: Gold Tips. HEX triplet: DB, AF and 2A. RGB value is (219,175,42). Sum of RGB (Red+Green+Blue) = 219+175+42=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF2A is #2450D5. Grayscale: #ADADAD. Windows color (decimal): -2379990 or 2797531. OLE color: 2797531.
HSL color Cylindrical-coordinate representation of color #DBAF2A: hue angle of 45.08º 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 #DBAF2A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 42 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.14 |
| HSL | 45.08º | 0.71% | 0.51% | - |
| HSV(B) | 45.08º | 0.81% | 0.86% | - |
| XYZ | 44.96 | 45.89 | 8.68 | - |
| YUV | 172.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 42 | 0 | 0.20 | 0.81 | 0.14 | 45.08 | 0.71 | 0.51 |
| Hex | DB | AF | 2A | 0 | 14 | 51 | E | 2D | 47 | 33 |
| Octal | 333 | 257 | 52 | 0 | 24 | 121 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101111 | 101010 | 0 | 10100 | 1010001 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAF2A
Complementary color
Monochromatic Colors of #DBAF2A
Black with #DBAF2A
Text Example
Text Example
White with #DBAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF2A; }
p { color: rgb(219,175,42); }
H1.HeaderClassName
{
color: #DBAF2A;
}
.AnyTagClassName
{
color: #DBAF2A;
}
</style>
background-color css
<style>
a { background-color: #DBAF2A; }
a { background-color: rgb(219,175,42); }
div.DivClassName
{
background-color: #DBAF2A;
}
.BgClassName
{
background-color: #DBAF2A;
}
</style>
border-color css
<style>
span { border-color: #DBAF2A; }
span { border-color: rgb(219,175,42); }
td.TdClassName
{
border-color: #DBAF2A;
}
.TagClassName
{
border-color: #DBAF2A;
}
</style>