Shades of Gold Tips #DBB32A
Tints of Gold Tips #DBB32A
RGB
CMYK
RGB Variations
Color information
#DBB32A (or 0xDBB32A) is known color: Gold Tips. HEX triplet: DB, B3 and 2A. RGB value is (219,179,42). Sum of RGB (Red+Green+Blue) = 219+179+42=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB32A is #244CD5. Grayscale: #AFAFAF. Windows color (decimal): -2378966 or 2798555. OLE color: 2798555.
HSL color Cylindrical-coordinate representation of color #DBB32A: hue angle of 46.44º 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 #DBB32A is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 42 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.14 |
| HSL | 46.44º | 0.71% | 0.51% | - |
| HSV(B) | 46.44º | 0.81% | 0.86% | - |
| XYZ | 45.75 | 47.47 | 8.94 | - |
| YUV | 175.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 42 | 0 | 0.18 | 0.81 | 0.14 | 46.44 | 0.71 | 0.51 |
| Hex | DB | B3 | 2A | 0 | 12 | 51 | E | 2E | 47 | 33 |
| Octal | 333 | 263 | 52 | 0 | 22 | 121 | 16 | 56 | 107 | 63 |
| Binary | 11011011 | 10110011 | 101010 | 0 | 10010 | 1010001 | 1110 | 101110 | 1000111 | 110011 |
Color Harmonies of #DBB32A
Complementary color
Monochromatic Colors of #DBB32A
Black with #DBB32A
Text Example
Text Example
White with #DBB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB32A; }
p { color: rgb(219,179,42); }
H1.HeaderClassName
{
color: #DBB32A;
}
.AnyTagClassName
{
color: #DBB32A;
}
</style>
background-color css
<style>
a { background-color: #DBB32A; }
a { background-color: rgb(219,179,42); }
div.DivClassName
{
background-color: #DBB32A;
}
.BgClassName
{
background-color: #DBB32A;
}
</style>
border-color css
<style>
span { border-color: #DBB32A; }
span { border-color: rgb(219,179,42); }
td.TdClassName
{
border-color: #DBB32A;
}
.TagClassName
{
border-color: #DBB32A;
}
</style>