Shades of Metallic Gold #DAB132
Tints of Metallic Gold #DAB132
RGB
CMYK
RGB Variations
Color information
#DAB132 (or 0xDAB132) is known color: Metallic Gold. HEX triplet: DA, B1 and 32. RGB value is (218,177,50). Sum of RGB (Red+Green+Blue) = 218+177+50=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB132 is #254ECD. Grayscale: #AFAFAF. Windows color (decimal): -2445006 or 3322330. OLE color: 3322330.
HSL color Cylindrical-coordinate representation of color #DAB132: hue angle of 45.36º 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 #DAB132 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 50 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.15 |
| HSL | 45.36º | 0.69% | 0.53% | - |
| HSV(B) | 45.36º | 0.77% | 0.85% | - |
| XYZ | 45.21 | 46.58 | 9.63 | - |
| YUV | 174.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 50 | 0 | 0.19 | 0.77 | 0.15 | 45.36 | 0.69 | 0.53 |
| Hex | DA | B1 | 32 | 0 | 13 | 4D | F | 2D | 45 | 35 |
| Octal | 332 | 261 | 62 | 0 | 23 | 115 | 17 | 55 | 105 | 65 |
| Binary | 11011010 | 10110001 | 110010 | 0 | 10011 | 1001101 | 1111 | 101101 | 1000101 | 110101 |
Color Harmonies of #DAB132
Complementary color
Monochromatic Colors of #DAB132
Black with #DAB132
Text Example
Text Example
White with #DAB132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB132; }
p { color: rgb(218,177,50); }
H1.HeaderClassName
{
color: #DAB132;
}
.AnyTagClassName
{
color: #DAB132;
}
</style>
background-color css
<style>
a { background-color: #DAB132; }
a { background-color: rgb(218,177,50); }
div.DivClassName
{
background-color: #DAB132;
}
.BgClassName
{
background-color: #DAB132;
}
</style>
border-color css
<style>
span { border-color: #DAB132; }
span { border-color: rgb(218,177,50); }
td.TdClassName
{
border-color: #DAB132;
}
.TagClassName
{
border-color: #DAB132;
}
</style>