Shades of Gold Tips #DAB82B
Tints of Gold Tips #DAB82B
RGB
CMYK
RGB Variations
Color information
#DAB82B (or 0xDAB82B) is known color: Gold Tips. HEX triplet: DA, B8 and 2B. RGB value is (218,184,43). Sum of RGB (Red+Green+Blue) = 218+184+43=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB82B is #2547D4. Grayscale: #B2B2B2. Windows color (decimal): -2443221 or 2865370. OLE color: 2865370.
HSL color Cylindrical-coordinate representation of color #DAB82B: hue angle of 48.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAB82B is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 43 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.15 |
| HSL | 48.34º | 0.7% | 0.51% | - |
| HSV(B) | 48.34º | 0.8% | 0.85% | - |
| XYZ | 46.49 | 49.36 | 9.36 | - |
| YUV | 178.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 43 | 0 | 0.16 | 0.80 | 0.15 | 48.34 | 0.7 | 0.51 |
| Hex | DA | B8 | 2B | 0 | 10 | 50 | F | 30 | 46 | 33 |
| Octal | 332 | 270 | 53 | 0 | 20 | 120 | 17 | 60 | 106 | 63 |
| Binary | 11011010 | 10111000 | 101011 | 0 | 10000 | 1010000 | 1111 | 110000 | 1000110 | 110011 |
Color Harmonies of #DAB82B
Complementary color
Monochromatic Colors of #DAB82B
Black with #DAB82B
Text Example
Text Example
White with #DAB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB82B; }
p { color: rgb(218,184,43); }
H1.HeaderClassName
{
color: #DAB82B;
}
.AnyTagClassName
{
color: #DAB82B;
}
</style>
background-color css
<style>
a { background-color: #DAB82B; }
a { background-color: rgb(218,184,43); }
div.DivClassName
{
background-color: #DAB82B;
}
.BgClassName
{
background-color: #DAB82B;
}
</style>
border-color css
<style>
span { border-color: #DAB82B; }
span { border-color: rgb(218,184,43); }
td.TdClassName
{
border-color: #DAB82B;
}
.TagClassName
{
border-color: #DAB82B;
}
</style>