Shades of Gold Tips #DBB825
Tints of Gold Tips #DBB825
RGB
CMYK
RGB Variations
Color information
#DBB825 (or 0xDBB825) is known color: Gold Tips. HEX triplet: DB, B8 and 25. RGB value is (219,184,37). Sum of RGB (Red+Green+Blue) = 219+184+37=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB825 is #2447DA. Grayscale: #B2B2B2. Windows color (decimal): -2377691 or 2472155. OLE color: 2472155.
HSL color Cylindrical-coordinate representation of color #DBB825: hue angle of 48.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBB825 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 37 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.14 |
| HSL | 48.46º | 0.72% | 0.5% | - |
| HSV(B) | 48.46º | 0.83% | 0.86% | - |
| XYZ | 46.69 | 49.47 | 8.84 | - |
| YUV | 177.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 37 | 0 | 0.16 | 0.83 | 0.14 | 48.46 | 0.72 | 0.5 |
| Hex | DB | B8 | 25 | 0 | 10 | 53 | E | 30 | 48 | 32 |
| Octal | 333 | 270 | 45 | 0 | 20 | 123 | 16 | 60 | 110 | 62 |
| Binary | 11011011 | 10111000 | 100101 | 0 | 10000 | 1010011 | 1110 | 110000 | 1001000 | 110010 |
Color Harmonies of #DBB825
Complementary color
Monochromatic Colors of #DBB825
Black with #DBB825
Text Example
Text Example
White with #DBB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB825; }
p { color: rgb(219,184,37); }
H1.HeaderClassName
{
color: #DBB825;
}
.AnyTagClassName
{
color: #DBB825;
}
</style>
background-color css
<style>
a { background-color: #DBB825; }
a { background-color: rgb(219,184,37); }
div.DivClassName
{
background-color: #DBB825;
}
.BgClassName
{
background-color: #DBB825;
}
</style>
border-color css
<style>
span { border-color: #DBB825; }
span { border-color: rgb(219,184,37); }
td.TdClassName
{
border-color: #DBB825;
}
.TagClassName
{
border-color: #DBB825;
}
</style>