Shades of Gold Tips #DBB221
Tints of Gold Tips #DBB221
RGB
CMYK
RGB Variations
Color information
#DBB221 (or 0xDBB221) is known color: Gold Tips. HEX triplet: DB, B2 and 21. RGB value is (219,178,33). Sum of RGB (Red+Green+Blue) = 219+178+33=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB221 is #244DDE. Grayscale: #AEAEAE. Windows color (decimal): -2379231 or 2208475. OLE color: 2208475.
HSL color Cylindrical-coordinate representation of color #DBB221: hue angle of 46.77º degrees, saturation: 0.74, 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 #DBB221 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.14 |
| HSL | 46.77º | 0.74% | 0.49% | - |
| HSV(B) | 46.77º | 0.85% | 0.86% | - |
| XYZ | 45.41 | 47.01 | 8.12 | - |
| YUV | 173.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 33 | 0 | 0.19 | 0.85 | 0.14 | 46.77 | 0.74 | 0.49 |
| Hex | DB | B2 | 21 | 0 | 13 | 55 | E | 2F | 4A | 31 |
| Octal | 333 | 262 | 41 | 0 | 23 | 125 | 16 | 57 | 112 | 61 |
| Binary | 11011011 | 10110010 | 100001 | 0 | 10011 | 1010101 | 1110 | 101111 | 1001010 | 110001 |
Color Harmonies of #DBB221
Complementary color
Monochromatic Colors of #DBB221
Black with #DBB221
Text Example
Text Example
White with #DBB221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB221; }
p { color: rgb(219,178,33); }
H1.HeaderClassName
{
color: #DBB221;
}
.AnyTagClassName
{
color: #DBB221;
}
</style>
background-color css
<style>
a { background-color: #DBB221; }
a { background-color: rgb(219,178,33); }
div.DivClassName
{
background-color: #DBB221;
}
.BgClassName
{
background-color: #DBB221;
}
</style>
border-color css
<style>
span { border-color: #DBB221; }
span { border-color: rgb(219,178,33); }
td.TdClassName
{
border-color: #DBB221;
}
.TagClassName
{
border-color: #DBB221;
}
</style>