Shades of Gold Tips #DBB220
Tints of Gold Tips #DBB220
RGB
CMYK
RGB Variations
Color information
#DBB220 (or 0xDBB220) is known color: Gold Tips. HEX triplet: DB, B2 and 20. RGB value is (219,178,32). Sum of RGB (Red+Green+Blue) = 219+178+32=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB220 is #244DDF. Grayscale: #AEAEAE. Windows color (decimal): -2379232 or 2142939. OLE color: 2142939.
HSL color Cylindrical-coordinate representation of color #DBB220: hue angle of 46.84º 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 #DBB220 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 32 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.14 |
| HSL | 46.84º | 0.75% | 0.49% | - |
| HSV(B) | 46.84º | 0.85% | 0.86% | - |
| XYZ | 45.39 | 47.01 | 8.05 | - |
| YUV | 173.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 32 | 0 | 0.19 | 0.85 | 0.14 | 46.84 | 0.75 | 0.49 |
| Hex | DB | B2 | 20 | 0 | 13 | 55 | E | 2F | 4B | 31 |
| Octal | 333 | 262 | 40 | 0 | 23 | 125 | 16 | 57 | 113 | 61 |
| Binary | 11011011 | 10110010 | 100000 | 0 | 10011 | 1010101 | 1110 | 101111 | 1001011 | 110001 |
Color Harmonies of #DBB220
Complementary color
Monochromatic Colors of #DBB220
Black with #DBB220
Text Example
Text Example
White with #DBB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB220; }
p { color: rgb(219,178,32); }
H1.HeaderClassName
{
color: #DBB220;
}
.AnyTagClassName
{
color: #DBB220;
}
</style>
background-color css
<style>
a { background-color: #DBB220; }
a { background-color: rgb(219,178,32); }
div.DivClassName
{
background-color: #DBB220;
}
.BgClassName
{
background-color: #DBB220;
}
</style>
border-color css
<style>
span { border-color: #DBB220; }
span { border-color: rgb(219,178,32); }
td.TdClassName
{
border-color: #DBB220;
}
.TagClassName
{
border-color: #DBB220;
}
</style>