Shades of Gold Tips #DBB52A
Tints of Gold Tips #DBB52A
RGB
CMYK
RGB Variations
Color information
#DBB52A (or 0xDBB52A) is known color: Gold Tips. HEX triplet: DB, B5 and 2A. RGB value is (219,181,42). Sum of RGB (Red+Green+Blue) = 219+181+42=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB52A is #244AD5. Grayscale: #B1B1B1. Windows color (decimal): -2378454 or 2799067. OLE color: 2799067.
HSL color Cylindrical-coordinate representation of color #DBB52A: hue angle of 47.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBB52A is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 42 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.14 |
| HSL | 47.12º | 0.71% | 0.51% | - |
| HSV(B) | 47.12º | 0.81% | 0.86% | - |
| XYZ | 46.16 | 48.27 | 9.08 | - |
| YUV | 176.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 42 | 0 | 0.17 | 0.81 | 0.14 | 47.12 | 0.71 | 0.51 |
| Hex | DB | B5 | 2A | 0 | 11 | 51 | E | 2F | 47 | 33 |
| Octal | 333 | 265 | 52 | 0 | 21 | 121 | 16 | 57 | 107 | 63 |
| Binary | 11011011 | 10110101 | 101010 | 0 | 10001 | 1010001 | 1110 | 101111 | 1000111 | 110011 |
Color Harmonies of #DBB52A
Complementary color
Monochromatic Colors of #DBB52A
Black with #DBB52A
Text Example
Text Example
White with #DBB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB52A; }
p { color: rgb(219,181,42); }
H1.HeaderClassName
{
color: #DBB52A;
}
.AnyTagClassName
{
color: #DBB52A;
}
</style>
background-color css
<style>
a { background-color: #DBB52A; }
a { background-color: rgb(219,181,42); }
div.DivClassName
{
background-color: #DBB52A;
}
.BgClassName
{
background-color: #DBB52A;
}
</style>
border-color css
<style>
span { border-color: #DBB52A; }
span { border-color: rgb(219,181,42); }
td.TdClassName
{
border-color: #DBB52A;
}
.TagClassName
{
border-color: #DBB52A;
}
</style>