Shades of Metallic Gold #DAB835
Tints of Metallic Gold #DAB835
RGB
CMYK
RGB Variations
Color information
#DAB835 (or 0xDAB835) is known color: Metallic Gold. HEX triplet: DA, B8 and 35. RGB value is (218,184,53). Sum of RGB (Red+Green+Blue) = 218+184+53=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB835 is #2547CA. Grayscale: #B3B3B3. Windows color (decimal): -2443211 or 3520730. OLE color: 3520730.
HSL color Cylindrical-coordinate representation of color #DAB835: hue angle of 47.64º 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 #DAB835 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 53 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.15 |
| HSL | 47.64º | 0.69% | 0.53% | - |
| HSV(B) | 47.64º | 0.76% | 0.85% | - |
| XYZ | 46.7 | 49.44 | 10.45 | - |
| YUV | 179.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 53 | 0 | 0.16 | 0.76 | 0.15 | 47.64 | 0.69 | 0.53 |
| Hex | DA | B8 | 35 | 0 | 10 | 4C | F | 30 | 45 | 35 |
| Octal | 332 | 270 | 65 | 0 | 20 | 114 | 17 | 60 | 105 | 65 |
| Binary | 11011010 | 10111000 | 110101 | 0 | 10000 | 1001100 | 1111 | 110000 | 1000101 | 110101 |
Color Harmonies of #DAB835
Complementary color
Monochromatic Colors of #DAB835
Black with #DAB835
Text Example
Text Example
White with #DAB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB835; }
p { color: rgb(218,184,53); }
H1.HeaderClassName
{
color: #DAB835;
}
.AnyTagClassName
{
color: #DAB835;
}
</style>
background-color css
<style>
a { background-color: #DAB835; }
a { background-color: rgb(218,184,53); }
div.DivClassName
{
background-color: #DAB835;
}
.BgClassName
{
background-color: #DAB835;
}
</style>
border-color css
<style>
span { border-color: #DAB835; }
span { border-color: rgb(218,184,53); }
td.TdClassName
{
border-color: #DAB835;
}
.TagClassName
{
border-color: #DAB835;
}
</style>