Shades of Gold Tips #DBAD2B
Tints of Gold Tips #DBAD2B
RGB
CMYK
RGB Variations
Color information
#DBAD2B (or 0xDBAD2B) is known color: Gold Tips. HEX triplet: DB, AD and 2B. RGB value is (219,173,43). Sum of RGB (Red+Green+Blue) = 219+173+43=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD2B is #2452D4. Grayscale: #ACACAC. Windows color (decimal): -2380501 or 2862555. OLE color: 2862555.
HSL color Cylindrical-coordinate representation of color #DBAD2B: hue angle of 44.32º 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 #DBAD2B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 43 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.14 |
| HSL | 44.32º | 0.71% | 0.51% | - |
| HSV(B) | 44.32º | 0.8% | 0.86% | - |
| XYZ | 44.59 | 45.12 | 8.64 | - |
| YUV | 171.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 43 | 0 | 0.21 | 0.80 | 0.14 | 44.32 | 0.71 | 0.51 |
| Hex | DB | AD | 2B | 0 | 15 | 50 | E | 2C | 47 | 33 |
| Octal | 333 | 255 | 53 | 0 | 25 | 120 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101101 | 101011 | 0 | 10101 | 1010000 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAD2B
Complementary color
Monochromatic Colors of #DBAD2B
Black with #DBAD2B
Text Example
Text Example
White with #DBAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD2B; }
p { color: rgb(219,173,43); }
H1.HeaderClassName
{
color: #DBAD2B;
}
.AnyTagClassName
{
color: #DBAD2B;
}
</style>
background-color css
<style>
a { background-color: #DBAD2B; }
a { background-color: rgb(219,173,43); }
div.DivClassName
{
background-color: #DBAD2B;
}
.BgClassName
{
background-color: #DBAD2B;
}
</style>
border-color css
<style>
span { border-color: #DBAD2B; }
span { border-color: rgb(219,173,43); }
td.TdClassName
{
border-color: #DBAD2B;
}
.TagClassName
{
border-color: #DBAD2B;
}
</style>