Shades of Gold Tips #DBB726
Tints of Gold Tips #DBB726
RGB
CMYK
RGB Variations
Color information
#DBB726 (or 0xDBB726) is known color: Gold Tips. HEX triplet: DB, B7 and 26. RGB value is (219,183,38). Sum of RGB (Red+Green+Blue) = 219+183+38=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB726 is #2448D9. Grayscale: #B1B1B1. Windows color (decimal): -2377946 or 2537435. OLE color: 2537435.
HSL color Cylindrical-coordinate representation of color #DBB726: hue angle of 48.07º 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 #DBB726 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 38 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.14 |
| HSL | 48.07º | 0.72% | 0.5% | - |
| HSV(B) | 48.07º | 0.83% | 0.86% | - |
| XYZ | 46.5 | 49.07 | 8.85 | - |
| YUV | 177.23 | 49.43 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 38 | 0 | 0.16 | 0.83 | 0.14 | 48.07 | 0.72 | 0.5 |
| Hex | DB | B7 | 26 | 0 | 10 | 53 | E | 30 | 48 | 32 |
| Octal | 333 | 267 | 46 | 0 | 20 | 123 | 16 | 60 | 110 | 62 |
| Binary | 11011011 | 10110111 | 100110 | 0 | 10000 | 1010011 | 1110 | 110000 | 1001000 | 110010 |
Color Harmonies of #DBB726
Complementary color
Monochromatic Colors of #DBB726
Black with #DBB726
Text Example
Text Example
White with #DBB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB726; }
p { color: rgb(219,183,38); }
H1.HeaderClassName
{
color: #DBB726;
}
.AnyTagClassName
{
color: #DBB726;
}
</style>
background-color css
<style>
a { background-color: #DBB726; }
a { background-color: rgb(219,183,38); }
div.DivClassName
{
background-color: #DBB726;
}
.BgClassName
{
background-color: #DBB726;
}
</style>
border-color css
<style>
span { border-color: #DBB726; }
span { border-color: rgb(219,183,38); }
td.TdClassName
{
border-color: #DBB726;
}
.TagClassName
{
border-color: #DBB726;
}
</style>