Shades of Metallic Gold #DAB735
Tints of Metallic Gold #DAB735
RGB
CMYK
RGB Variations
Color information
#DAB735 (or 0xDAB735) is known color: Metallic Gold. HEX triplet: DA, B7 and 35. RGB value is (218,183,53). Sum of RGB (Red+Green+Blue) = 218+183+53=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB735 is #2548CA. Grayscale: #B3B3B3. Windows color (decimal): -2443467 or 3520474. OLE color: 3520474.
HSL color Cylindrical-coordinate representation of color #DAB735: hue angle of 47.27º 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 #DAB735 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 183 | 53 | - |
CMYK | 0 | 0.16 | 0.76 | 0.15 |
HSL | 47.27º | 0.69% | 0.53% | - |
HSV(B) | 47.27º | 0.76% | 0.85% | - |
XYZ | 46.49 | 49.03 | 10.38 | - |
YUV | 178.65 | 57.1 | 156.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 183 | 53 | 0 | 0.16 | 0.76 | 0.15 | 47.27 | 0.69 | 0.53 |
Hex | DA | B7 | 35 | 0 | 10 | 4C | F | 2F | 45 | 35 |
Octal | 332 | 267 | 65 | 0 | 20 | 114 | 17 | 57 | 105 | 65 |
Binary | 11011010 | 10110111 | 110101 | 0 | 10000 | 1001100 | 1111 | 101111 | 1000101 | 110101 |
Color Harmonies of #DAB735
Complementary color
Monochromatic Colors of #DAB735
Black with #DAB735
Text Example
Text Example
White with #DAB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB735; }
p { color: rgb(218,183,53); }
H1.HeaderClassName
{
color: #DAB735;
}
.AnyTagClassName
{
color: #DAB735;
}
</style>
background-color css
<style>
a { background-color: #DAB735; }
a { background-color: rgb(218,183,53); }
div.DivClassName
{
background-color: #DAB735;
}
.BgClassName
{
background-color: #DAB735;
}
</style>
border-color css
<style>
span { border-color: #DAB735; }
span { border-color: rgb(218,183,53); }
td.TdClassName
{
border-color: #DAB735;
}
.TagClassName
{
border-color: #DAB735;
}
</style>