Shades of Gold Tips #DBB127
Tints of Gold Tips #DBB127
RGB
CMYK
RGB Variations
Color information
#DBB127 (or 0xDBB127) is known color: Gold Tips. HEX triplet: DB, B1 and 27. RGB value is (219,177,39). Sum of RGB (Red+Green+Blue) = 219+177+39=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB127 is #244ED8. Grayscale: #AEAEAE. Windows color (decimal): -2379481 or 2601435. OLE color: 2601435.
HSL color Cylindrical-coordinate representation of color #DBB127: hue angle of 46º 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 #DBB127 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 39 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.14 |
| HSL | 46º | 0.71% | 0.51% | - |
| HSV(B) | 46º | 0.82% | 0.86% | - |
| XYZ | 45.3 | 46.65 | 8.54 | - |
| YUV | 173.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 39 | 0 | 0.19 | 0.82 | 0.14 | 46 | 0.71 | 0.51 |
| Hex | DB | B1 | 27 | 0 | 13 | 52 | E | 2E | 47 | 33 |
| Octal | 333 | 261 | 47 | 0 | 23 | 122 | 16 | 56 | 107 | 63 |
| Binary | 11011011 | 10110001 | 100111 | 0 | 10011 | 1010010 | 1110 | 101110 | 1000111 | 110011 |
Color Harmonies of #DBB127
Complementary color
Monochromatic Colors of #DBB127
Black with #DBB127
Text Example
Text Example
White with #DBB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB127; }
p { color: rgb(219,177,39); }
H1.HeaderClassName
{
color: #DBB127;
}
.AnyTagClassName
{
color: #DBB127;
}
</style>
background-color css
<style>
a { background-color: #DBB127; }
a { background-color: rgb(219,177,39); }
div.DivClassName
{
background-color: #DBB127;
}
.BgClassName
{
background-color: #DBB127;
}
</style>
border-color css
<style>
span { border-color: #DBB127; }
span { border-color: rgb(219,177,39); }
td.TdClassName
{
border-color: #DBB127;
}
.TagClassName
{
border-color: #DBB127;
}
</style>