Shades of Gold Tips #DBB42C
Tints of Gold Tips #DBB42C
RGB
CMYK
RGB Variations
Color information
#DBB42C (or 0xDBB42C) is known color: Gold Tips. HEX triplet: DB, B4 and 2C. RGB value is (219,180,44). Sum of RGB (Red+Green+Blue) = 219+180+44=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB42C is #244BD3. Grayscale: #B0B0B0. Windows color (decimal): -2378708 or 2929883. OLE color: 2929883.
HSL color Cylindrical-coordinate representation of color #DBB42C: hue angle of 46.63º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBB42C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 44 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.14 |
| HSL | 46.63º | 0.71% | 0.52% | - |
| HSV(B) | 46.63º | 0.8% | 0.86% | - |
| XYZ | 45.99 | 47.88 | 9.2 | - |
| YUV | 176.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 44 | 0 | 0.18 | 0.80 | 0.14 | 46.63 | 0.71 | 0.52 |
| Hex | DB | B4 | 2C | 0 | 12 | 50 | E | 2F | 47 | 34 |
| Octal | 333 | 264 | 54 | 0 | 22 | 120 | 16 | 57 | 107 | 64 |
| Binary | 11011011 | 10110100 | 101100 | 0 | 10010 | 1010000 | 1110 | 101111 | 1000111 | 110100 |
Color Harmonies of #DBB42C
Complementary color
Monochromatic Colors of #DBB42C
Black with #DBB42C
Text Example
Text Example
White with #DBB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB42C; }
p { color: rgb(219,180,44); }
H1.HeaderClassName
{
color: #DBB42C;
}
.AnyTagClassName
{
color: #DBB42C;
}
</style>
background-color css
<style>
a { background-color: #DBB42C; }
a { background-color: rgb(219,180,44); }
div.DivClassName
{
background-color: #DBB42C;
}
.BgClassName
{
background-color: #DBB42C;
}
</style>
border-color css
<style>
span { border-color: #DBB42C; }
span { border-color: rgb(219,180,44); }
td.TdClassName
{
border-color: #DBB42C;
}
.TagClassName
{
border-color: #DBB42C;
}
</style>