Shades of Gold Tips #DBB826
Tints of Gold Tips #DBB826
RGB
CMYK
RGB Variations
Color information
#DBB826 (or 0xDBB826) is known color: Gold Tips. HEX triplet: DB, B8 and 26. RGB value is (219,184,38). Sum of RGB (Red+Green+Blue) = 219+184+38=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB826 is #2447D9. Grayscale: #B2B2B2. Windows color (decimal): -2377690 or 2537691. OLE color: 2537691.
HSL color Cylindrical-coordinate representation of color #DBB826: hue angle of 48.4º 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 #DBB826 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 38 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.14 |
| HSL | 48.4º | 0.72% | 0.5% | - |
| HSV(B) | 48.4º | 0.83% | 0.86% | - |
| XYZ | 46.7 | 49.48 | 8.92 | - |
| YUV | 177.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 38 | 0 | 0.16 | 0.83 | 0.14 | 48.4 | 0.72 | 0.5 |
| Hex | DB | B8 | 26 | 0 | 10 | 53 | E | 30 | 48 | 32 |
| Octal | 333 | 270 | 46 | 0 | 20 | 123 | 16 | 60 | 110 | 62 |
| Binary | 11011011 | 10111000 | 100110 | 0 | 10000 | 1010011 | 1110 | 110000 | 1001000 | 110010 |
Color Harmonies of #DBB826
Complementary color
Monochromatic Colors of #DBB826
Black with #DBB826
Text Example
Text Example
White with #DBB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB826; }
p { color: rgb(219,184,38); }
H1.HeaderClassName
{
color: #DBB826;
}
.AnyTagClassName
{
color: #DBB826;
}
</style>
background-color css
<style>
a { background-color: #DBB826; }
a { background-color: rgb(219,184,38); }
div.DivClassName
{
background-color: #DBB826;
}
.BgClassName
{
background-color: #DBB826;
}
</style>
border-color css
<style>
span { border-color: #DBB826; }
span { border-color: rgb(219,184,38); }
td.TdClassName
{
border-color: #DBB826;
}
.TagClassName
{
border-color: #DBB826;
}
</style>