Shades of Gold Tips #DBB122
Tints of Gold Tips #DBB122
RGB
CMYK
RGB Variations
Color information
#DBB122 (or 0xDBB122) is known color: Gold Tips. HEX triplet: DB, B1 and 22. RGB value is (219,177,34). Sum of RGB (Red+Green+Blue) = 219+177+34=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB122 is #244EDD. Grayscale: #ADADAD. Windows color (decimal): -2379486 or 2273755. OLE color: 2273755.
HSL color Cylindrical-coordinate representation of color #DBB122: hue angle of 46.38º 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 #DBB122 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 34 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.14 |
| HSL | 46.38º | 0.73% | 0.5% | - |
| HSV(B) | 46.38º | 0.84% | 0.86% | - |
| XYZ | 45.22 | 46.62 | 8.13 | - |
| YUV | 173.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 34 | 0 | 0.19 | 0.84 | 0.14 | 46.38 | 0.73 | 0.5 |
| Hex | DB | B1 | 22 | 0 | 13 | 54 | E | 2E | 49 | 32 |
| Octal | 333 | 261 | 42 | 0 | 23 | 124 | 16 | 56 | 111 | 62 |
| Binary | 11011011 | 10110001 | 100010 | 0 | 10011 | 1010100 | 1110 | 101110 | 1001001 | 110010 |
Color Harmonies of #DBB122
Complementary color
Monochromatic Colors of #DBB122
Black with #DBB122
Text Example
Text Example
White with #DBB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB122; }
p { color: rgb(219,177,34); }
H1.HeaderClassName
{
color: #DBB122;
}
.AnyTagClassName
{
color: #DBB122;
}
</style>
background-color css
<style>
a { background-color: #DBB122; }
a { background-color: rgb(219,177,34); }
div.DivClassName
{
background-color: #DBB122;
}
.BgClassName
{
background-color: #DBB122;
}
</style>
border-color css
<style>
span { border-color: #DBB122; }
span { border-color: rgb(219,177,34); }
td.TdClassName
{
border-color: #DBB122;
}
.TagClassName
{
border-color: #DBB122;
}
</style>