Shades of Gold Tips #DAB120
Tints of Gold Tips #DAB120
RGB
CMYK
RGB Variations
Color information
#DAB120 (or 0xDAB120) is known color: Gold Tips. HEX triplet: DA, B1 and 20. RGB value is (218,177,32). Sum of RGB (Red+Green+Blue) = 218+177+32=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB120 is #254EDF. Grayscale: #ADADAD. Windows color (decimal): -2445024 or 2142682. OLE color: 2142682.
HSL color Cylindrical-coordinate representation of color #DAB120: hue angle of 46.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAB120 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 32 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.15 |
| HSL | 46.77º | 0.74% | 0.49% | - |
| HSV(B) | 46.77º | 0.85% | 0.85% | - |
| XYZ | 44.9 | 46.45 | 7.97 | - |
| YUV | 172.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 32 | 0 | 0.19 | 0.85 | 0.15 | 46.77 | 0.74 | 0.49 |
| Hex | DA | B1 | 20 | 0 | 13 | 55 | F | 2F | 4A | 31 |
| Octal | 332 | 261 | 40 | 0 | 23 | 125 | 17 | 57 | 112 | 61 |
| Binary | 11011010 | 10110001 | 100000 | 0 | 10011 | 1010101 | 1111 | 101111 | 1001010 | 110001 |
Color Harmonies of #DAB120
Complementary color
Monochromatic Colors of #DAB120
Black with #DAB120
Text Example
Text Example
White with #DAB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB120; }
p { color: rgb(218,177,32); }
H1.HeaderClassName
{
color: #DAB120;
}
.AnyTagClassName
{
color: #DAB120;
}
</style>
background-color css
<style>
a { background-color: #DAB120; }
a { background-color: rgb(218,177,32); }
div.DivClassName
{
background-color: #DAB120;
}
.BgClassName
{
background-color: #DAB120;
}
</style>
border-color css
<style>
span { border-color: #DAB120; }
span { border-color: rgb(218,177,32); }
td.TdClassName
{
border-color: #DAB120;
}
.TagClassName
{
border-color: #DAB120;
}
</style>