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