Shades of Gold Tips #DBB322
Tints of Gold Tips #DBB322
RGB
CMYK
RGB Variations
Color information
#DBB322 (or 0xDBB322) is known color: Gold Tips. HEX triplet: DB, B3 and 22. RGB value is (219,179,34). Sum of RGB (Red+Green+Blue) = 219+179+34=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB322 is #244CDD. Grayscale: #AFAFAF. Windows color (decimal): -2378974 or 2274267. OLE color: 2274267.
HSL color Cylindrical-coordinate representation of color #DBB322: hue angle of 47.03º degrees, saturation: 0.73, 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 #DBB322 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 34 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.14 |
| HSL | 47.03º | 0.73% | 0.5% | - |
| HSV(B) | 47.03º | 0.84% | 0.86% | - |
| XYZ | 45.62 | 47.42 | 8.26 | - |
| YUV | 174.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 34 | 0 | 0.18 | 0.84 | 0.14 | 47.03 | 0.73 | 0.5 |
| Hex | DB | B3 | 22 | 0 | 12 | 54 | E | 2F | 49 | 32 |
| Octal | 333 | 263 | 42 | 0 | 22 | 124 | 16 | 57 | 111 | 62 |
| Binary | 11011011 | 10110011 | 100010 | 0 | 10010 | 1010100 | 1110 | 101111 | 1001001 | 110010 |
Color Harmonies of #DBB322
Complementary color
Monochromatic Colors of #DBB322
Black with #DBB322
Text Example
Text Example
White with #DBB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB322; }
p { color: rgb(219,179,34); }
H1.HeaderClassName
{
color: #DBB322;
}
.AnyTagClassName
{
color: #DBB322;
}
</style>
background-color css
<style>
a { background-color: #DBB322; }
a { background-color: rgb(219,179,34); }
div.DivClassName
{
background-color: #DBB322;
}
.BgClassName
{
background-color: #DBB322;
}
</style>
border-color css
<style>
span { border-color: #DBB322; }
span { border-color: rgb(219,179,34); }
td.TdClassName
{
border-color: #DBB322;
}
.TagClassName
{
border-color: #DBB322;
}
</style>