Shades of Gold Tips #DBAF29
Tints of Gold Tips #DBAF29
RGB
CMYK
RGB Variations
Color information
#DBAF29 (or 0xDBAF29) is known color: Gold Tips. HEX triplet: DB, AF and 29. RGB value is (219,175,41). Sum of RGB (Red+Green+Blue) = 219+175+41=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF29 is #2450D6. Grayscale: #ADADAD. Windows color (decimal): -2379991 or 2731995. OLE color: 2731995.
HSL color Cylindrical-coordinate representation of color #DBAF29: hue angle of 45.17º 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 #DBAF29 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 41 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.14 |
| HSL | 45.17º | 0.71% | 0.51% | - |
| HSV(B) | 45.17º | 0.81% | 0.86% | - |
| XYZ | 44.94 | 45.88 | 8.58 | - |
| YUV | 172.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 41 | 0 | 0.20 | 0.81 | 0.14 | 45.17 | 0.71 | 0.51 |
| Hex | DB | AF | 29 | 0 | 14 | 51 | E | 2D | 47 | 33 |
| Octal | 333 | 257 | 51 | 0 | 24 | 121 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101111 | 101001 | 0 | 10100 | 1010001 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAF29
Complementary color
Monochromatic Colors of #DBAF29
Black with #DBAF29
Text Example
Text Example
White with #DBAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF29; }
p { color: rgb(219,175,41); }
H1.HeaderClassName
{
color: #DBAF29;
}
.AnyTagClassName
{
color: #DBAF29;
}
</style>
background-color css
<style>
a { background-color: #DBAF29; }
a { background-color: rgb(219,175,41); }
div.DivClassName
{
background-color: #DBAF29;
}
.BgClassName
{
background-color: #DBAF29;
}
</style>
border-color css
<style>
span { border-color: #DBAF29; }
span { border-color: rgb(219,175,41); }
td.TdClassName
{
border-color: #DBAF29;
}
.TagClassName
{
border-color: #DBAF29;
}
</style>