Shades of Gold Tips #DBAE2B
Tints of Gold Tips #DBAE2B
RGB
CMYK
RGB Variations
Color information
#DBAE2B (or 0xDBAE2B) is known color: Gold Tips. HEX triplet: DB, AE and 2B. RGB value is (219,174,43). Sum of RGB (Red+Green+Blue) = 219+174+43=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE2B is #2451D4. Grayscale: #ADADAD. Windows color (decimal): -2380245 or 2862811. OLE color: 2862811.
HSL color Cylindrical-coordinate representation of color #DBAE2B: hue angle of 44.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAE2B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 43 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.14 |
| HSL | 44.66º | 0.71% | 0.51% | - |
| HSV(B) | 44.66º | 0.8% | 0.86% | - |
| XYZ | 44.79 | 45.51 | 8.71 | - |
| YUV | 172.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 43 | 0 | 0.21 | 0.80 | 0.14 | 44.66 | 0.71 | 0.51 |
| Hex | DB | AE | 2B | 0 | 15 | 50 | E | 2D | 47 | 33 |
| Octal | 333 | 256 | 53 | 0 | 25 | 120 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101110 | 101011 | 0 | 10101 | 1010000 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAE2B
Complementary color
Monochromatic Colors of #DBAE2B
Black with #DBAE2B
Text Example
Text Example
White with #DBAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE2B; }
p { color: rgb(219,174,43); }
H1.HeaderClassName
{
color: #DBAE2B;
}
.AnyTagClassName
{
color: #DBAE2B;
}
</style>
background-color css
<style>
a { background-color: #DBAE2B; }
a { background-color: rgb(219,174,43); }
div.DivClassName
{
background-color: #DBAE2B;
}
.BgClassName
{
background-color: #DBAE2B;
}
</style>
border-color css
<style>
span { border-color: #DBAE2B; }
span { border-color: rgb(219,174,43); }
td.TdClassName
{
border-color: #DBAE2B;
}
.TagClassName
{
border-color: #DBAE2B;
}
</style>