Shades of Gold Tips #DBB727
Tints of Gold Tips #DBB727
RGB
CMYK
RGB Variations
Color information
#DBB727 (or 0xDBB727) is known color: Gold Tips. HEX triplet: DB, B7 and 27. RGB value is (219,183,39). Sum of RGB (Red+Green+Blue) = 219+183+39=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB727 is #2448D8. Grayscale: #B1B1B1. Windows color (decimal): -2377945 or 2602971. OLE color: 2602971.
HSL color Cylindrical-coordinate representation of color #DBB727: hue angle of 48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBB727 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 39 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.14 |
| HSL | 48º | 0.71% | 0.51% | - |
| HSV(B) | 48º | 0.82% | 0.86% | - |
| XYZ | 46.51 | 49.07 | 8.94 | - |
| YUV | 177.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 39 | 0 | 0.16 | 0.82 | 0.14 | 48 | 0.71 | 0.51 |
| Hex | DB | B7 | 27 | 0 | 10 | 52 | E | 30 | 47 | 33 |
| Octal | 333 | 267 | 47 | 0 | 20 | 122 | 16 | 60 | 107 | 63 |
| Binary | 11011011 | 10110111 | 100111 | 0 | 10000 | 1010010 | 1110 | 110000 | 1000111 | 110011 |
Color Harmonies of #DBB727
Complementary color
Monochromatic Colors of #DBB727
Black with #DBB727
Text Example
Text Example
White with #DBB727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB727; }
p { color: rgb(219,183,39); }
H1.HeaderClassName
{
color: #DBB727;
}
.AnyTagClassName
{
color: #DBB727;
}
</style>
background-color css
<style>
a { background-color: #DBB727; }
a { background-color: rgb(219,183,39); }
div.DivClassName
{
background-color: #DBB727;
}
.BgClassName
{
background-color: #DBB727;
}
</style>
border-color css
<style>
span { border-color: #DBB727; }
span { border-color: rgb(219,183,39); }
td.TdClassName
{
border-color: #DBB727;
}
.TagClassName
{
border-color: #DBB727;
}
</style>