Shades of Metallic Gold #DAB732
Tints of Metallic Gold #DAB732
RGB
CMYK
RGB Variations
Color information
#DAB732 (or 0xDAB732) is known color: Metallic Gold. HEX triplet: DA, B7 and 32. RGB value is (218,183,50). Sum of RGB (Red+Green+Blue) = 218+183+50=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB732 is #2548CD. Grayscale: #B2B2B2. Windows color (decimal): -2443470 or 3323866. OLE color: 3323866.
HSL color Cylindrical-coordinate representation of color #DAB732: hue angle of 47.5º 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 #DAB732 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 50 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.15 |
| HSL | 47.5º | 0.69% | 0.53% | - |
| HSV(B) | 47.5º | 0.77% | 0.85% | - |
| XYZ | 46.42 | 49 | 10.03 | - |
| YUV | 178.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 50 | 0 | 0.16 | 0.77 | 0.15 | 47.5 | 0.69 | 0.53 |
| Hex | DA | B7 | 32 | 0 | 10 | 4D | F | 30 | 45 | 35 |
| Octal | 332 | 267 | 62 | 0 | 20 | 115 | 17 | 60 | 105 | 65 |
| Binary | 11011010 | 10110111 | 110010 | 0 | 10000 | 1001101 | 1111 | 110000 | 1000101 | 110101 |
Color Harmonies of #DAB732
Complementary color
Monochromatic Colors of #DAB732
Black with #DAB732
Text Example
Text Example
White with #DAB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB732; }
p { color: rgb(218,183,50); }
H1.HeaderClassName
{
color: #DAB732;
}
.AnyTagClassName
{
color: #DAB732;
}
</style>
background-color css
<style>
a { background-color: #DAB732; }
a { background-color: rgb(218,183,50); }
div.DivClassName
{
background-color: #DAB732;
}
.BgClassName
{
background-color: #DAB732;
}
</style>
border-color css
<style>
span { border-color: #DAB732; }
span { border-color: rgb(218,183,50); }
td.TdClassName
{
border-color: #DAB732;
}
.TagClassName
{
border-color: #DAB732;
}
</style>