Shades of Metallic Gold #DAB733
Tints of Metallic Gold #DAB733
RGB
CMYK
RGB Variations
Color information
#DAB733 (or 0xDAB733) is known color: Metallic Gold. HEX triplet: DA, B7 and 33. RGB value is (218,183,51). Sum of RGB (Red+Green+Blue) = 218+183+51=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB733 is #2548CC. Grayscale: #B2B2B2. Windows color (decimal): -2443469 or 3389402. OLE color: 3389402.
HSL color Cylindrical-coordinate representation of color #DAB733: hue angle of 47.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAB733 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 51 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.15 |
| HSL | 47.43º | 0.69% | 0.53% | - |
| HSV(B) | 47.43º | 0.77% | 0.85% | - |
| XYZ | 46.44 | 49.01 | 10.14 | - |
| YUV | 178.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 51 | 0 | 0.16 | 0.77 | 0.15 | 47.43 | 0.69 | 0.53 |
| Hex | DA | B7 | 33 | 0 | 10 | 4D | F | 2F | 45 | 35 |
| Octal | 332 | 267 | 63 | 0 | 20 | 115 | 17 | 57 | 105 | 65 |
| Binary | 11011010 | 10110111 | 110011 | 0 | 10000 | 1001101 | 1111 | 101111 | 1000101 | 110101 |
Color Harmonies of #DAB733
Complementary color
Monochromatic Colors of #DAB733
Black with #DAB733
Text Example
Text Example
White with #DAB733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB733; }
p { color: rgb(218,183,51); }
H1.HeaderClassName
{
color: #DAB733;
}
.AnyTagClassName
{
color: #DAB733;
}
</style>
background-color css
<style>
a { background-color: #DAB733; }
a { background-color: rgb(218,183,51); }
div.DivClassName
{
background-color: #DAB733;
}
.BgClassName
{
background-color: #DAB733;
}
</style>
border-color css
<style>
span { border-color: #DAB733; }
span { border-color: rgb(218,183,51); }
td.TdClassName
{
border-color: #DAB733;
}
.TagClassName
{
border-color: #DAB733;
}
</style>