Shades of Gold Tips #DBB32F
Tints of Gold Tips #DBB32F
RGB
CMYK
RGB Variations
Color information
#DBB32F (or 0xDBB32F) is known color: Gold Tips. HEX triplet: DB, B3 and 2F. RGB value is (219,179,47). Sum of RGB (Red+Green+Blue) = 219+179+47=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB32F is #244CD0. Grayscale: #B0B0B0. Windows color (decimal): -2378961 or 3126235. OLE color: 3126235.
HSL color Cylindrical-coordinate representation of color #DBB32F: hue angle of 46.05º degrees, saturation: 0.7, 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 #DBB32F is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 47 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.14 |
| HSL | 46.05º | 0.7% | 0.52% | - |
| HSV(B) | 46.05º | 0.79% | 0.86% | - |
| XYZ | 45.85 | 47.51 | 9.44 | - |
| YUV | 175.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 47 | 0 | 0.18 | 0.79 | 0.14 | 46.05 | 0.7 | 0.52 |
| Hex | DB | B3 | 2F | 0 | 12 | 4F | E | 2E | 46 | 34 |
| Octal | 333 | 263 | 57 | 0 | 22 | 117 | 16 | 56 | 106 | 64 |
| Binary | 11011011 | 10110011 | 101111 | 0 | 10010 | 1001111 | 1110 | 101110 | 1000110 | 110100 |
Color Harmonies of #DBB32F
Complementary color
Monochromatic Colors of #DBB32F
Black with #DBB32F
Text Example
Text Example
White with #DBB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB32F; }
p { color: rgb(219,179,47); }
H1.HeaderClassName
{
color: #DBB32F;
}
.AnyTagClassName
{
color: #DBB32F;
}
</style>
background-color css
<style>
a { background-color: #DBB32F; }
a { background-color: rgb(219,179,47); }
div.DivClassName
{
background-color: #DBB32F;
}
.BgClassName
{
background-color: #DBB32F;
}
</style>
border-color css
<style>
span { border-color: #DBB32F; }
span { border-color: rgb(219,179,47); }
td.TdClassName
{
border-color: #DBB32F;
}
.TagClassName
{
border-color: #DBB32F;
}
</style>