Shades of Gold Tips #DBAD2C
Tints of Gold Tips #DBAD2C
RGB
CMYK
RGB Variations
Color information
#DBAD2C (or 0xDBAD2C) is known color: Gold Tips. HEX triplet: DB, AD and 2C. RGB value is (219,173,44). Sum of RGB (Red+Green+Blue) = 219+173+44=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD2C is #2452D3. Grayscale: #ACACAC. Windows color (decimal): -2380500 or 2928091. OLE color: 2928091.
HSL color Cylindrical-coordinate representation of color #DBAD2C: hue angle of 44.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAD2C is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 44 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.14 |
| HSL | 44.23º | 0.71% | 0.52% | - |
| HSV(B) | 44.23º | 0.8% | 0.86% | - |
| XYZ | 44.61 | 45.13 | 8.74 | - |
| YUV | 172.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 44 | 0 | 0.21 | 0.80 | 0.14 | 44.23 | 0.71 | 0.52 |
| Hex | DB | AD | 2C | 0 | 15 | 50 | E | 2C | 47 | 34 |
| Octal | 333 | 255 | 54 | 0 | 25 | 120 | 16 | 54 | 107 | 64 |
| Binary | 11011011 | 10101101 | 101100 | 0 | 10101 | 1010000 | 1110 | 101100 | 1000111 | 110100 |
Color Harmonies of #DBAD2C
Complementary color
Monochromatic Colors of #DBAD2C
Black with #DBAD2C
Text Example
Text Example
White with #DBAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD2C; }
p { color: rgb(219,173,44); }
H1.HeaderClassName
{
color: #DBAD2C;
}
.AnyTagClassName
{
color: #DBAD2C;
}
</style>
background-color css
<style>
a { background-color: #DBAD2C; }
a { background-color: rgb(219,173,44); }
div.DivClassName
{
background-color: #DBAD2C;
}
.BgClassName
{
background-color: #DBAD2C;
}
</style>
border-color css
<style>
span { border-color: #DBAD2C; }
span { border-color: rgb(219,173,44); }
td.TdClassName
{
border-color: #DBAD2C;
}
.TagClassName
{
border-color: #DBAD2C;
}
</style>