Shades of Gold Tips #DAB82A
Tints of Gold Tips #DAB82A
RGB
CMYK
RGB Variations
Color information
#DAB82A (or 0xDAB82A) is known color: Gold Tips. HEX triplet: DA, B8 and 2A. RGB value is (218,184,42). Sum of RGB (Red+Green+Blue) = 218+184+42=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB82A is #2547D5. Grayscale: #B2B2B2. Windows color (decimal): -2443222 or 2799834. OLE color: 2799834.
HSL color Cylindrical-coordinate representation of color #DAB82A: hue angle of 48.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAB82A is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 42 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.15 |
| HSL | 48.41º | 0.7% | 0.51% | - |
| HSV(B) | 48.41º | 0.81% | 0.85% | - |
| XYZ | 46.47 | 49.35 | 9.27 | - |
| YUV | 177.98 | 51.26 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 42 | 0 | 0.16 | 0.81 | 0.15 | 48.41 | 0.7 | 0.51 |
| Hex | DA | B8 | 2A | 0 | 10 | 51 | F | 30 | 46 | 33 |
| Octal | 332 | 270 | 52 | 0 | 20 | 121 | 17 | 60 | 106 | 63 |
| Binary | 11011010 | 10111000 | 101010 | 0 | 10000 | 1010001 | 1111 | 110000 | 1000110 | 110011 |
Color Harmonies of #DAB82A
Complementary color
Monochromatic Colors of #DAB82A
Black with #DAB82A
Text Example
Text Example
White with #DAB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB82A; }
p { color: rgb(218,184,42); }
H1.HeaderClassName
{
color: #DAB82A;
}
.AnyTagClassName
{
color: #DAB82A;
}
</style>
background-color css
<style>
a { background-color: #DAB82A; }
a { background-color: rgb(218,184,42); }
div.DivClassName
{
background-color: #DAB82A;
}
.BgClassName
{
background-color: #DAB82A;
}
</style>
border-color css
<style>
span { border-color: #DAB82A; }
span { border-color: rgb(218,184,42); }
td.TdClassName
{
border-color: #DAB82A;
}
.TagClassName
{
border-color: #DAB82A;
}
</style>