Shades of Metallic Gold #DAB935
Tints of Metallic Gold #DAB935
RGB
CMYK
RGB Variations
Color information
#DAB935 (or 0xDAB935) is known color: Metallic Gold. HEX triplet: DA, B9 and 35. RGB value is (218,185,53). Sum of RGB (Red+Green+Blue) = 218+185+53=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB935 is #2546CA. Grayscale: #B4B4B4. Windows color (decimal): -2442955 or 3520986. OLE color: 3520986.
HSL color Cylindrical-coordinate representation of color #DAB935: hue angle of 48º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAB935 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 53 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.15 |
| HSL | 48º | 0.69% | 0.53% | - |
| HSV(B) | 48º | 0.76% | 0.85% | - |
| XYZ | 46.91 | 49.86 | 10.52 | - |
| YUV | 179.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 53 | 0 | 0.15 | 0.76 | 0.15 | 48 | 0.69 | 0.53 |
| Hex | DA | B9 | 35 | 0 | F | 4C | F | 30 | 45 | 35 |
| Octal | 332 | 271 | 65 | 0 | 17 | 114 | 17 | 60 | 105 | 65 |
| Binary | 11011010 | 10111001 | 110101 | 0 | 1111 | 1001100 | 1111 | 110000 | 1000101 | 110101 |
Color Harmonies of #DAB935
Complementary color
Monochromatic Colors of #DAB935
Black with #DAB935
Text Example
Text Example
White with #DAB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB935; }
p { color: rgb(218,185,53); }
H1.HeaderClassName
{
color: #DAB935;
}
.AnyTagClassName
{
color: #DAB935;
}
</style>
background-color css
<style>
a { background-color: #DAB935; }
a { background-color: rgb(218,185,53); }
div.DivClassName
{
background-color: #DAB935;
}
.BgClassName
{
background-color: #DAB935;
}
</style>
border-color css
<style>
span { border-color: #DAB935; }
span { border-color: rgb(218,185,53); }
td.TdClassName
{
border-color: #DAB935;
}
.TagClassName
{
border-color: #DAB935;
}
</style>