Shades of Metallic Gold #DAB837
Tints of Metallic Gold #DAB837
RGB
CMYK
RGB Variations
Color information
#DAB837 (or 0xDAB837) is known color: Metallic Gold. HEX triplet: DA, B8 and 37. RGB value is (218,184,55). Sum of RGB (Red+Green+Blue) = 218+184+55=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB837 is #2547C8. Grayscale: #B4B4B4. Windows color (decimal): -2443209 or 3651802. OLE color: 3651802.
HSL color Cylindrical-coordinate representation of color #DAB837: hue angle of 47.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAB837 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 55 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.15 |
| HSL | 47.48º | 0.69% | 0.54% | - |
| HSV(B) | 47.48º | 0.75% | 0.85% | - |
| XYZ | 46.74 | 49.46 | 10.7 | - |
| YUV | 179.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 55 | 0 | 0.16 | 0.75 | 0.15 | 47.48 | 0.69 | 0.54 |
| Hex | DA | B8 | 37 | 0 | 10 | 4B | F | 2F | 45 | 36 |
| Octal | 332 | 270 | 67 | 0 | 20 | 113 | 17 | 57 | 105 | 66 |
| Binary | 11011010 | 10111000 | 110111 | 0 | 10000 | 1001011 | 1111 | 101111 | 1000101 | 110110 |
Color Harmonies of #DAB837
Complementary color
Monochromatic Colors of #DAB837
Black with #DAB837
Text Example
Text Example
White with #DAB837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB837; }
p { color: rgb(218,184,55); }
H1.HeaderClassName
{
color: #DAB837;
}
.AnyTagClassName
{
color: #DAB837;
}
</style>
background-color css
<style>
a { background-color: #DAB837; }
a { background-color: rgb(218,184,55); }
div.DivClassName
{
background-color: #DAB837;
}
.BgClassName
{
background-color: #DAB837;
}
</style>
border-color css
<style>
span { border-color: #DAB837; }
span { border-color: rgb(218,184,55); }
td.TdClassName
{
border-color: #DAB837;
}
.TagClassName
{
border-color: #DAB837;
}
</style>