Shades of Gold Tips #DBB32B
Tints of Gold Tips #DBB32B
RGB
CMYK
RGB Variations
Color information
#DBB32B (or 0xDBB32B) is known color: Gold Tips. HEX triplet: DB, B3 and 2B. RGB value is (219,179,43). Sum of RGB (Red+Green+Blue) = 219+179+43=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB32B is #244CD4. Grayscale: #B0B0B0. Windows color (decimal): -2378965 or 2864091. OLE color: 2864091.
HSL color Cylindrical-coordinate representation of color #DBB32B: hue angle of 46.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBB32B is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 43 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.14 |
| HSL | 46.36º | 0.71% | 0.51% | - |
| HSV(B) | 46.36º | 0.8% | 0.86% | - |
| XYZ | 45.77 | 47.47 | 9.04 | - |
| YUV | 175.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 43 | 0 | 0.18 | 0.80 | 0.14 | 46.36 | 0.71 | 0.51 |
| Hex | DB | B3 | 2B | 0 | 12 | 50 | E | 2E | 47 | 33 |
| Octal | 333 | 263 | 53 | 0 | 22 | 120 | 16 | 56 | 107 | 63 |
| Binary | 11011011 | 10110011 | 101011 | 0 | 10010 | 1010000 | 1110 | 101110 | 1000111 | 110011 |
Color Harmonies of #DBB32B
Complementary color
Monochromatic Colors of #DBB32B
Black with #DBB32B
Text Example
Text Example
White with #DBB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB32B; }
p { color: rgb(219,179,43); }
H1.HeaderClassName
{
color: #DBB32B;
}
.AnyTagClassName
{
color: #DBB32B;
}
</style>
background-color css
<style>
a { background-color: #DBB32B; }
a { background-color: rgb(219,179,43); }
div.DivClassName
{
background-color: #DBB32B;
}
.BgClassName
{
background-color: #DBB32B;
}
</style>
border-color css
<style>
span { border-color: #DBB32B; }
span { border-color: rgb(219,179,43); }
td.TdClassName
{
border-color: #DBB32B;
}
.TagClassName
{
border-color: #DBB32B;
}
</style>