Shades of Gold Tips #DBB329
Tints of Gold Tips #DBB329
RGB
CMYK
RGB Variations
Color information
#DBB329 (or 0xDBB329) is known color: Gold Tips. HEX triplet: DB, B3 and 29. RGB value is (219,179,41). Sum of RGB (Red+Green+Blue) = 219+179+41=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB329 is #244CD6. Grayscale: #AFAFAF. Windows color (decimal): -2378967 or 2733019. OLE color: 2733019.
HSL color Cylindrical-coordinate representation of color #DBB329: hue angle of 46.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBB329 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 179 | 41 | - |
CMYK | 0 | 0.18 | 0.81 | 0.14 |
HSL | 46.52º | 0.71% | 0.51% | - |
HSV(B) | 46.52º | 0.81% | 0.86% | - |
XYZ | 45.73 | 47.46 | 8.85 | - |
YUV | 175.23 | 52.25 | 159.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 179 | 41 | 0 | 0.18 | 0.81 | 0.14 | 46.52 | 0.71 | 0.51 |
Hex | DB | B3 | 29 | 0 | 12 | 51 | E | 2F | 47 | 33 |
Octal | 333 | 263 | 51 | 0 | 22 | 121 | 16 | 57 | 107 | 63 |
Binary | 11011011 | 10110011 | 101001 | 0 | 10010 | 1010001 | 1110 | 101111 | 1000111 | 110011 |
Color Harmonies of #DBB329
Complementary color
Monochromatic Colors of #DBB329
Black with #DBB329
Text Example
Text Example
White with #DBB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB329; }
p { color: rgb(219,179,41); }
H1.HeaderClassName
{
color: #DBB329;
}
.AnyTagClassName
{
color: #DBB329;
}
</style>
background-color css
<style>
a { background-color: #DBB329; }
a { background-color: rgb(219,179,41); }
div.DivClassName
{
background-color: #DBB329;
}
.BgClassName
{
background-color: #DBB329;
}
</style>
border-color css
<style>
span { border-color: #DBB329; }
span { border-color: rgb(219,179,41); }
td.TdClassName
{
border-color: #DBB329;
}
.TagClassName
{
border-color: #DBB329;
}
</style>