Shades of Gold Tips #DBB42A
Tints of Gold Tips #DBB42A
RGB
CMYK
RGB Variations
Color information
#DBB42A (or 0xDBB42A) is known color: Gold Tips. HEX triplet: DB, B4 and 2A. RGB value is (219,180,42). Sum of RGB (Red+Green+Blue) = 219+180+42=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB42A is #244BD5. Grayscale: #B0B0B0. Windows color (decimal): -2378710 or 2798811. OLE color: 2798811.
HSL color Cylindrical-coordinate representation of color #DBB42A: hue angle of 46.78º 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 #DBB42A is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 42 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.14 |
| HSL | 46.78º | 0.71% | 0.51% | - |
| HSV(B) | 46.78º | 0.81% | 0.86% | - |
| XYZ | 45.95 | 47.87 | 9.01 | - |
| YUV | 175.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 42 | 0 | 0.18 | 0.81 | 0.14 | 46.78 | 0.71 | 0.51 |
| Hex | DB | B4 | 2A | 0 | 12 | 51 | E | 2F | 47 | 33 |
| Octal | 333 | 264 | 52 | 0 | 22 | 121 | 16 | 57 | 107 | 63 |
| Binary | 11011011 | 10110100 | 101010 | 0 | 10010 | 1010001 | 1110 | 101111 | 1000111 | 110011 |
Color Harmonies of #DBB42A
Complementary color
Monochromatic Colors of #DBB42A
Black with #DBB42A
Text Example
Text Example
White with #DBB42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB42A; }
p { color: rgb(219,180,42); }
H1.HeaderClassName
{
color: #DBB42A;
}
.AnyTagClassName
{
color: #DBB42A;
}
</style>
background-color css
<style>
a { background-color: #DBB42A; }
a { background-color: rgb(219,180,42); }
div.DivClassName
{
background-color: #DBB42A;
}
.BgClassName
{
background-color: #DBB42A;
}
</style>
border-color css
<style>
span { border-color: #DBB42A; }
span { border-color: rgb(219,180,42); }
td.TdClassName
{
border-color: #DBB42A;
}
.TagClassName
{
border-color: #DBB42A;
}
</style>