Shades of Gold Tips #DBB424
Tints of Gold Tips #DBB424
RGB
CMYK
RGB Variations
Color information
#DBB424 (or 0xDBB424) is known color: Gold Tips. HEX triplet: DB, B4 and 24. RGB value is (219,180,36). Sum of RGB (Red+Green+Blue) = 219+180+36=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB424 is #244BDB. Grayscale: #AFAFAF. Windows color (decimal): -2378716 or 2405595. OLE color: 2405595.
HSL color Cylindrical-coordinate representation of color #DBB424: hue angle of 47.21º 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 #DBB424 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 36 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.14 |
| HSL | 47.21º | 0.72% | 0.5% | - |
| HSV(B) | 47.21º | 0.84% | 0.86% | - |
| XYZ | 45.85 | 47.83 | 8.48 | - |
| YUV | 175.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 36 | 0 | 0.18 | 0.84 | 0.14 | 47.21 | 0.72 | 0.5 |
| Hex | DB | B4 | 24 | 0 | 12 | 54 | E | 2F | 48 | 32 |
| Octal | 333 | 264 | 44 | 0 | 22 | 124 | 16 | 57 | 110 | 62 |
| Binary | 11011011 | 10110100 | 100100 | 0 | 10010 | 1010100 | 1110 | 101111 | 1001000 | 110010 |
Color Harmonies of #DBB424
Complementary color
Monochromatic Colors of #DBB424
Black with #DBB424
Text Example
Text Example
White with #DBB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB424; }
p { color: rgb(219,180,36); }
H1.HeaderClassName
{
color: #DBB424;
}
.AnyTagClassName
{
color: #DBB424;
}
</style>
background-color css
<style>
a { background-color: #DBB424; }
a { background-color: rgb(219,180,36); }
div.DivClassName
{
background-color: #DBB424;
}
.BgClassName
{
background-color: #DBB424;
}
</style>
border-color css
<style>
span { border-color: #DBB424; }
span { border-color: rgb(219,180,36); }
td.TdClassName
{
border-color: #DBB424;
}
.TagClassName
{
border-color: #DBB424;
}
</style>