Shades of Gold Tips #DBB323
Tints of Gold Tips #DBB323
RGB
CMYK
RGB Variations
Color information
#DBB323 (or 0xDBB323) is known color: Gold Tips. HEX triplet: DB, B3 and 23. RGB value is (219,179,35). Sum of RGB (Red+Green+Blue) = 219+179+35=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB323 is #244CDC. Grayscale: #AFAFAF. Windows color (decimal): -2378973 or 2339803. OLE color: 2339803.
HSL color Cylindrical-coordinate representation of color #DBB323: hue angle of 46.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBB323 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 35 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.14 |
| HSL | 46.96º | 0.72% | 0.5% | - |
| HSV(B) | 46.96º | 0.84% | 0.86% | - |
| XYZ | 45.64 | 47.42 | 8.34 | - |
| YUV | 174.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 35 | 0 | 0.18 | 0.84 | 0.14 | 46.96 | 0.72 | 0.5 |
| Hex | DB | B3 | 23 | 0 | 12 | 54 | E | 2F | 48 | 32 |
| Octal | 333 | 263 | 43 | 0 | 22 | 124 | 16 | 57 | 110 | 62 |
| Binary | 11011011 | 10110011 | 100011 | 0 | 10010 | 1010100 | 1110 | 101111 | 1001000 | 110010 |
Color Harmonies of #DBB323
Complementary color
Monochromatic Colors of #DBB323
Black with #DBB323
Text Example
Text Example
White with #DBB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB323; }
p { color: rgb(219,179,35); }
H1.HeaderClassName
{
color: #DBB323;
}
.AnyTagClassName
{
color: #DBB323;
}
</style>
background-color css
<style>
a { background-color: #DBB323; }
a { background-color: rgb(219,179,35); }
div.DivClassName
{
background-color: #DBB323;
}
.BgClassName
{
background-color: #DBB323;
}
</style>
border-color css
<style>
span { border-color: #DBB323; }
span { border-color: rgb(219,179,35); }
td.TdClassName
{
border-color: #DBB323;
}
.TagClassName
{
border-color: #DBB323;
}
</style>