Shades of Gold Tips #DBB12A
Tints of Gold Tips #DBB12A
RGB
CMYK
RGB Variations
Color information
#DBB12A (or 0xDBB12A) is known color: Gold Tips. HEX triplet: DB, B1 and 2A. RGB value is (219,177,42). Sum of RGB (Red+Green+Blue) = 219+177+42=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB12A is #244ED5. Grayscale: #AEAEAE. Windows color (decimal): -2379478 or 2798043. OLE color: 2798043.
HSL color Cylindrical-coordinate representation of color #DBB12A: hue angle of 45.76º 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 #DBB12A is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 42 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.14 |
| HSL | 45.76º | 0.71% | 0.51% | - |
| HSV(B) | 45.76º | 0.81% | 0.86% | - |
| XYZ | 45.35 | 46.67 | 8.81 | - |
| YUV | 174.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 42 | 0 | 0.19 | 0.81 | 0.14 | 45.76 | 0.71 | 0.51 |
| Hex | DB | B1 | 2A | 0 | 13 | 51 | E | 2E | 47 | 33 |
| Octal | 333 | 261 | 52 | 0 | 23 | 121 | 16 | 56 | 107 | 63 |
| Binary | 11011011 | 10110001 | 101010 | 0 | 10011 | 1010001 | 1110 | 101110 | 1000111 | 110011 |
Color Harmonies of #DBB12A
Complementary color
Monochromatic Colors of #DBB12A
Black with #DBB12A
Text Example
Text Example
White with #DBB12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB12A; }
p { color: rgb(219,177,42); }
H1.HeaderClassName
{
color: #DBB12A;
}
.AnyTagClassName
{
color: #DBB12A;
}
</style>
background-color css
<style>
a { background-color: #DBB12A; }
a { background-color: rgb(219,177,42); }
div.DivClassName
{
background-color: #DBB12A;
}
.BgClassName
{
background-color: #DBB12A;
}
</style>
border-color css
<style>
span { border-color: #DBB12A; }
span { border-color: rgb(219,177,42); }
td.TdClassName
{
border-color: #DBB12A;
}
.TagClassName
{
border-color: #DBB12A;
}
</style>