Shades of Gold Tips #DBB32D
Tints of Gold Tips #DBB32D
RGB
CMYK
RGB Variations
Color information
#DBB32D (or 0xDBB32D) is known color: Gold Tips. HEX triplet: DB, B3 and 2D. RGB value is (219,179,45). Sum of RGB (Red+Green+Blue) = 219+179+45=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB32D is #244CD2. Grayscale: #B0B0B0. Windows color (decimal): -2378963 or 2995163. OLE color: 2995163.
HSL color Cylindrical-coordinate representation of color #DBB32D: hue angle of 46.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBB32D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 45 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.14 |
| HSL | 46.21º | 0.71% | 0.52% | - |
| HSV(B) | 46.21º | 0.79% | 0.86% | - |
| XYZ | 45.81 | 47.49 | 9.23 | - |
| YUV | 175.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 45 | 0 | 0.18 | 0.79 | 0.14 | 46.21 | 0.71 | 0.52 |
| Hex | DB | B3 | 2D | 0 | 12 | 4F | E | 2E | 47 | 34 |
| Octal | 333 | 263 | 55 | 0 | 22 | 117 | 16 | 56 | 107 | 64 |
| Binary | 11011011 | 10110011 | 101101 | 0 | 10010 | 1001111 | 1110 | 101110 | 1000111 | 110100 |
Color Harmonies of #DBB32D
Complementary color
Monochromatic Colors of #DBB32D
Black with #DBB32D
Text Example
Text Example
White with #DBB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB32D; }
p { color: rgb(219,179,45); }
H1.HeaderClassName
{
color: #DBB32D;
}
.AnyTagClassName
{
color: #DBB32D;
}
</style>
background-color css
<style>
a { background-color: #DBB32D; }
a { background-color: rgb(219,179,45); }
div.DivClassName
{
background-color: #DBB32D;
}
.BgClassName
{
background-color: #DBB32D;
}
</style>
border-color css
<style>
span { border-color: #DBB32D; }
span { border-color: rgb(219,179,45); }
td.TdClassName
{
border-color: #DBB32D;
}
.TagClassName
{
border-color: #DBB32D;
}
</style>