Shades of Gold Tips #DBB32C
Tints of Gold Tips #DBB32C
RGB
CMYK
RGB Variations
Color information
#DBB32C (or 0xDBB32C) is known color: Gold Tips. HEX triplet: DB, B3 and 2C. RGB value is (219,179,44). Sum of RGB (Red+Green+Blue) = 219+179+44=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB32C is #244CD3. Grayscale: #B0B0B0. Windows color (decimal): -2378964 or 2929627. OLE color: 2929627.
HSL color Cylindrical-coordinate representation of color #DBB32C: hue angle of 46.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBB32C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 44 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.14 |
| HSL | 46.29º | 0.71% | 0.52% | - |
| HSV(B) | 46.29º | 0.8% | 0.86% | - |
| XYZ | 45.79 | 47.48 | 9.13 | - |
| YUV | 175.57 | 53.75 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 44 | 0 | 0.18 | 0.80 | 0.14 | 46.29 | 0.71 | 0.52 |
| Hex | DB | B3 | 2C | 0 | 12 | 50 | E | 2E | 47 | 34 |
| Octal | 333 | 263 | 54 | 0 | 22 | 120 | 16 | 56 | 107 | 64 |
| Binary | 11011011 | 10110011 | 101100 | 0 | 10010 | 1010000 | 1110 | 101110 | 1000111 | 110100 |
Color Harmonies of #DBB32C
Complementary color
Monochromatic Colors of #DBB32C
Black with #DBB32C
Text Example
Text Example
White with #DBB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB32C; }
p { color: rgb(219,179,44); }
H1.HeaderClassName
{
color: #DBB32C;
}
.AnyTagClassName
{
color: #DBB32C;
}
</style>
background-color css
<style>
a { background-color: #DBB32C; }
a { background-color: rgb(219,179,44); }
div.DivClassName
{
background-color: #DBB32C;
}
.BgClassName
{
background-color: #DBB32C;
}
</style>
border-color css
<style>
span { border-color: #DBB32C; }
span { border-color: rgb(219,179,44); }
td.TdClassName
{
border-color: #DBB32C;
}
.TagClassName
{
border-color: #DBB32C;
}
</style>