Shades of Gold Tips #DBB128
Tints of Gold Tips #DBB128
RGB
CMYK
RGB Variations
Color information
#DBB128 (or 0xDBB128) is known color: Gold Tips. HEX triplet: DB, B1 and 28. RGB value is (219,177,40). Sum of RGB (Red+Green+Blue) = 219+177+40=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB128 is #244ED7. Grayscale: #AEAEAE. Windows color (decimal): -2379480 or 2666971. OLE color: 2666971.
HSL color Cylindrical-coordinate representation of color #DBB128: hue angle of 45.92º 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 #DBB128 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 40 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.14 |
| HSL | 45.92º | 0.71% | 0.51% | - |
| HSV(B) | 45.92º | 0.82% | 0.86% | - |
| XYZ | 45.32 | 46.66 | 8.62 | - |
| YUV | 173.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 40 | 0 | 0.19 | 0.82 | 0.14 | 45.92 | 0.71 | 0.51 |
| Hex | DB | B1 | 28 | 0 | 13 | 52 | E | 2E | 47 | 33 |
| Octal | 333 | 261 | 50 | 0 | 23 | 122 | 16 | 56 | 107 | 63 |
| Binary | 11011011 | 10110001 | 101000 | 0 | 10011 | 1010010 | 1110 | 101110 | 1000111 | 110011 |
Color Harmonies of #DBB128
Complementary color
Monochromatic Colors of #DBB128
Black with #DBB128
Text Example
Text Example
White with #DBB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB128; }
p { color: rgb(219,177,40); }
H1.HeaderClassName
{
color: #DBB128;
}
.AnyTagClassName
{
color: #DBB128;
}
</style>
background-color css
<style>
a { background-color: #DBB128; }
a { background-color: rgb(219,177,40); }
div.DivClassName
{
background-color: #DBB128;
}
.BgClassName
{
background-color: #DBB128;
}
</style>
border-color css
<style>
span { border-color: #DBB128; }
span { border-color: rgb(219,177,40); }
td.TdClassName
{
border-color: #DBB128;
}
.TagClassName
{
border-color: #DBB128;
}
</style>