Shades of Gold Tips #DBB52D
Tints of Gold Tips #DBB52D
RGB
CMYK
RGB Variations
Color information
#DBB52D (or 0xDBB52D) is known color: Gold Tips. HEX triplet: DB, B5 and 2D. RGB value is (219,181,45). Sum of RGB (Red+Green+Blue) = 219+181+45=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB52D is #244AD2. Grayscale: #B1B1B1. Windows color (decimal): -2378451 or 2995675. OLE color: 2995675.
HSL color Cylindrical-coordinate representation of color #DBB52D: hue angle of 46.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBB52D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 45 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.14 |
| HSL | 46.9º | 0.71% | 0.52% | - |
| HSV(B) | 46.9º | 0.79% | 0.86% | - |
| XYZ | 46.21 | 48.3 | 9.37 | - |
| YUV | 176.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 45 | 0 | 0.17 | 0.79 | 0.14 | 46.9 | 0.71 | 0.52 |
| Hex | DB | B5 | 2D | 0 | 11 | 4F | E | 2F | 47 | 34 |
| Octal | 333 | 265 | 55 | 0 | 21 | 117 | 16 | 57 | 107 | 64 |
| Binary | 11011011 | 10110101 | 101101 | 0 | 10001 | 1001111 | 1110 | 101111 | 1000111 | 110100 |
Color Harmonies of #DBB52D
Complementary color
Monochromatic Colors of #DBB52D
Black with #DBB52D
Text Example
Text Example
White with #DBB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB52D; }
p { color: rgb(219,181,45); }
H1.HeaderClassName
{
color: #DBB52D;
}
.AnyTagClassName
{
color: #DBB52D;
}
</style>
background-color css
<style>
a { background-color: #DBB52D; }
a { background-color: rgb(219,181,45); }
div.DivClassName
{
background-color: #DBB52D;
}
.BgClassName
{
background-color: #DBB52D;
}
</style>
border-color css
<style>
span { border-color: #DBB52D; }
span { border-color: rgb(219,181,45); }
td.TdClassName
{
border-color: #DBB52D;
}
.TagClassName
{
border-color: #DBB52D;
}
</style>