Shades of Gold Tips #DBB621
Tints of Gold Tips #DBB621
RGB
CMYK
RGB Variations
Color information
#DBB621 (or 0xDBB621) is known color: Gold Tips. HEX triplet: DB, B6 and 21. RGB value is (219,182,33). Sum of RGB (Red+Green+Blue) = 219+182+33=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB621 is #2449DE. Grayscale: #B0B0B0. Windows color (decimal): -2378207 or 2209499. OLE color: 2209499.
HSL color Cylindrical-coordinate representation of color #DBB621: hue angle of 48.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBB621 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.14 |
| HSL | 48.06º | 0.74% | 0.49% | - |
| HSV(B) | 48.06º | 0.85% | 0.86% | - |
| XYZ | 46.22 | 48.63 | 8.39 | - |
| YUV | 176.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 33 | 0 | 0.17 | 0.85 | 0.14 | 48.06 | 0.74 | 0.49 |
| Hex | DB | B6 | 21 | 0 | 11 | 55 | E | 30 | 4A | 31 |
| Octal | 333 | 266 | 41 | 0 | 21 | 125 | 16 | 60 | 112 | 61 |
| Binary | 11011011 | 10110110 | 100001 | 0 | 10001 | 1010101 | 1110 | 110000 | 1001010 | 110001 |
Color Harmonies of #DBB621
Complementary color
Monochromatic Colors of #DBB621
Black with #DBB621
Text Example
Text Example
White with #DBB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB621; }
p { color: rgb(219,182,33); }
H1.HeaderClassName
{
color: #DBB621;
}
.AnyTagClassName
{
color: #DBB621;
}
</style>
background-color css
<style>
a { background-color: #DBB621; }
a { background-color: rgb(219,182,33); }
div.DivClassName
{
background-color: #DBB621;
}
.BgClassName
{
background-color: #DBB621;
}
</style>
border-color css
<style>
span { border-color: #DBB621; }
span { border-color: rgb(219,182,33); }
td.TdClassName
{
border-color: #DBB621;
}
.TagClassName
{
border-color: #DBB621;
}
</style>