Shades of Gold Tips #DBB622
Tints of Gold Tips #DBB622
RGB
CMYK
RGB Variations
Color information
#DBB622 (or 0xDBB622) is known color: Gold Tips. HEX triplet: DB, B6 and 22. RGB value is (219,182,34). Sum of RGB (Red+Green+Blue) = 219+182+34=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB622 is #2449DD. Grayscale: #B0B0B0. Windows color (decimal): -2378206 or 2275035. OLE color: 2275035.
HSL color Cylindrical-coordinate representation of color #DBB622: hue angle of 48º 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 #DBB622 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 34 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.14 |
| HSL | 48º | 0.73% | 0.5% | - |
| HSV(B) | 48º | 0.84% | 0.86% | - |
| XYZ | 46.23 | 48.63 | 8.46 | - |
| YUV | 176.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 34 | 0 | 0.17 | 0.84 | 0.14 | 48 | 0.73 | 0.5 |
| Hex | DB | B6 | 22 | 0 | 11 | 54 | E | 30 | 49 | 32 |
| Octal | 333 | 266 | 42 | 0 | 21 | 124 | 16 | 60 | 111 | 62 |
| Binary | 11011011 | 10110110 | 100010 | 0 | 10001 | 1010100 | 1110 | 110000 | 1001001 | 110010 |
Color Harmonies of #DBB622
Complementary color
Monochromatic Colors of #DBB622
Black with #DBB622
Text Example
Text Example
White with #DBB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB622; }
p { color: rgb(219,182,34); }
H1.HeaderClassName
{
color: #DBB622;
}
.AnyTagClassName
{
color: #DBB622;
}
</style>
background-color css
<style>
a { background-color: #DBB622; }
a { background-color: rgb(219,182,34); }
div.DivClassName
{
background-color: #DBB622;
}
.BgClassName
{
background-color: #DBB622;
}
</style>
border-color css
<style>
span { border-color: #DBB622; }
span { border-color: rgb(219,182,34); }
td.TdClassName
{
border-color: #DBB622;
}
.TagClassName
{
border-color: #DBB622;
}
</style>