Shades of Gold Tips #DBAF24
Tints of Gold Tips #DBAF24
RGB
CMYK
RGB Variations
Color information
#DBAF24 (or 0xDBAF24) is known color: Gold Tips. HEX triplet: DB, AF and 24. RGB value is (219,175,36). Sum of RGB (Red+Green+Blue) = 219+175+36=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF24 is #2450DB. Grayscale: #ACACAC. Windows color (decimal): -2379996 or 2404315. OLE color: 2404315.
HSL color Cylindrical-coordinate representation of color #DBAF24: hue angle of 45.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBAF24 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 36 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.14 |
| HSL | 45.57º | 0.72% | 0.5% | - |
| HSV(B) | 45.57º | 0.84% | 0.86% | - |
| XYZ | 44.86 | 45.85 | 8.15 | - |
| YUV | 172.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 36 | 0 | 0.20 | 0.84 | 0.14 | 45.57 | 0.72 | 0.5 |
| Hex | DB | AF | 24 | 0 | 14 | 54 | E | 2E | 48 | 32 |
| Octal | 333 | 257 | 44 | 0 | 24 | 124 | 16 | 56 | 110 | 62 |
| Binary | 11011011 | 10101111 | 100100 | 0 | 10100 | 1010100 | 1110 | 101110 | 1001000 | 110010 |
Color Harmonies of #DBAF24
Complementary color
Monochromatic Colors of #DBAF24
Black with #DBAF24
Text Example
Text Example
White with #DBAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF24; }
p { color: rgb(219,175,36); }
H1.HeaderClassName
{
color: #DBAF24;
}
.AnyTagClassName
{
color: #DBAF24;
}
</style>
background-color css
<style>
a { background-color: #DBAF24; }
a { background-color: rgb(219,175,36); }
div.DivClassName
{
background-color: #DBAF24;
}
.BgClassName
{
background-color: #DBAF24;
}
</style>
border-color css
<style>
span { border-color: #DBAF24; }
span { border-color: rgb(219,175,36); }
td.TdClassName
{
border-color: #DBAF24;
}
.TagClassName
{
border-color: #DBAF24;
}
</style>