Shades of Gold Tips #DBB120
Tints of Gold Tips #DBB120
RGB
CMYK
RGB Variations
Color information
#DBB120 (or 0xDBB120) is known color: Gold Tips. HEX triplet: DB, B1 and 20. RGB value is (219,177,32). Sum of RGB (Red+Green+Blue) = 219+177+32=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB120 is #244EDF. Grayscale: #ADADAD. Windows color (decimal): -2379488 or 2142683. OLE color: 2142683.
HSL color Cylindrical-coordinate representation of color #DBB120: hue angle of 46.52º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBB120 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 32 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.14 |
| HSL | 46.52º | 0.75% | 0.49% | - |
| HSV(B) | 46.52º | 0.85% | 0.86% | - |
| XYZ | 45.2 | 46.61 | 7.98 | - |
| YUV | 173.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 32 | 0 | 0.19 | 0.85 | 0.14 | 46.52 | 0.75 | 0.49 |
| Hex | DB | B1 | 20 | 0 | 13 | 55 | E | 2F | 4B | 31 |
| Octal | 333 | 261 | 40 | 0 | 23 | 125 | 16 | 57 | 113 | 61 |
| Binary | 11011011 | 10110001 | 100000 | 0 | 10011 | 1010101 | 1110 | 101111 | 1001011 | 110001 |
Color Harmonies of #DBB120
Complementary color
Monochromatic Colors of #DBB120
Black with #DBB120
Text Example
Text Example
White with #DBB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB120; }
p { color: rgb(219,177,32); }
H1.HeaderClassName
{
color: #DBB120;
}
.AnyTagClassName
{
color: #DBB120;
}
</style>
background-color css
<style>
a { background-color: #DBB120; }
a { background-color: rgb(219,177,32); }
div.DivClassName
{
background-color: #DBB120;
}
.BgClassName
{
background-color: #DBB120;
}
</style>
border-color css
<style>
span { border-color: #DBB120; }
span { border-color: rgb(219,177,32); }
td.TdClassName
{
border-color: #DBB120;
}
.TagClassName
{
border-color: #DBB120;
}
</style>