Shades of Gold Tips #DBAF2B
Tints of Gold Tips #DBAF2B
RGB
CMYK
RGB Variations
Color information
#DBAF2B (or 0xDBAF2B) is known color: Gold Tips. HEX triplet: DB, AF and 2B. RGB value is (219,175,43). Sum of RGB (Red+Green+Blue) = 219+175+43=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF2B is #2450D4. Grayscale: #ADADAD. Windows color (decimal): -2379989 or 2863067. OLE color: 2863067.
HSL color Cylindrical-coordinate representation of color #DBAF2B: hue angle of 45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAF2B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 43 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.14 |
| HSL | 45º | 0.71% | 0.51% | - |
| HSV(B) | 45º | 0.8% | 0.86% | - |
| XYZ | 44.98 | 45.89 | 8.77 | - |
| YUV | 173.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 43 | 0 | 0.20 | 0.80 | 0.14 | 45 | 0.71 | 0.51 |
| Hex | DB | AF | 2B | 0 | 14 | 50 | E | 2D | 47 | 33 |
| Octal | 333 | 257 | 53 | 0 | 24 | 120 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101111 | 101011 | 0 | 10100 | 1010000 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAF2B
Complementary color
Monochromatic Colors of #DBAF2B
Black with #DBAF2B
Text Example
Text Example
White with #DBAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF2B; }
p { color: rgb(219,175,43); }
H1.HeaderClassName
{
color: #DBAF2B;
}
.AnyTagClassName
{
color: #DBAF2B;
}
</style>
background-color css
<style>
a { background-color: #DBAF2B; }
a { background-color: rgb(219,175,43); }
div.DivClassName
{
background-color: #DBAF2B;
}
.BgClassName
{
background-color: #DBAF2B;
}
</style>
border-color css
<style>
span { border-color: #DBAF2B; }
span { border-color: rgb(219,175,43); }
td.TdClassName
{
border-color: #DBAF2B;
}
.TagClassName
{
border-color: #DBAF2B;
}
</style>