Shades of Gold Tips #DBAD29
Tints of Gold Tips #DBAD29
RGB
CMYK
RGB Variations
Color information
#DBAD29 (or 0xDBAD29) is known color: Gold Tips. HEX triplet: DB, AD and 29. RGB value is (219,173,41). Sum of RGB (Red+Green+Blue) = 219+173+41=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD29 is #2452D6. Grayscale: #ACACAC. Windows color (decimal): -2380503 or 2731483. OLE color: 2731483.
HSL color Cylindrical-coordinate representation of color #DBAD29: hue angle of 44.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBAD29 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 41 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.14 |
| HSL | 44.49º | 0.71% | 0.51% | - |
| HSV(B) | 44.49º | 0.81% | 0.86% | - |
| XYZ | 44.56 | 45.11 | 8.46 | - |
| YUV | 171.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 41 | 0 | 0.21 | 0.81 | 0.14 | 44.49 | 0.71 | 0.51 |
| Hex | DB | AD | 29 | 0 | 15 | 51 | E | 2C | 47 | 33 |
| Octal | 333 | 255 | 51 | 0 | 25 | 121 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101101 | 101001 | 0 | 10101 | 1010001 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAD29
Complementary color
Monochromatic Colors of #DBAD29
Black with #DBAD29
Text Example
Text Example
White with #DBAD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD29; }
p { color: rgb(219,173,41); }
H1.HeaderClassName
{
color: #DBAD29;
}
.AnyTagClassName
{
color: #DBAD29;
}
</style>
background-color css
<style>
a { background-color: #DBAD29; }
a { background-color: rgb(219,173,41); }
div.DivClassName
{
background-color: #DBAD29;
}
.BgClassName
{
background-color: #DBAD29;
}
</style>
border-color css
<style>
span { border-color: #DBAD29; }
span { border-color: rgb(219,173,41); }
td.TdClassName
{
border-color: #DBAD29;
}
.TagClassName
{
border-color: #DBAD29;
}
</style>