Shades of Metallic Gold #DAB232
Tints of Metallic Gold #DAB232
RGB
CMYK
RGB Variations
Color information
#DAB232 (or 0xDAB232) is known color: Metallic Gold. HEX triplet: DA, B2 and 32. RGB value is (218,178,50). Sum of RGB (Red+Green+Blue) = 218+178+50=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB232 is #254DCD. Grayscale: #AFAFAF. Windows color (decimal): -2444750 or 3322586. OLE color: 3322586.
HSL color Cylindrical-coordinate representation of color #DAB232: hue angle of 45.71º 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 #DAB232 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 50 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.15 |
| HSL | 45.71º | 0.69% | 0.53% | - |
| HSV(B) | 45.71º | 0.77% | 0.85% | - |
| XYZ | 45.41 | 46.98 | 9.69 | - |
| YUV | 175.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 50 | 0 | 0.18 | 0.77 | 0.15 | 45.71 | 0.69 | 0.53 |
| Hex | DA | B2 | 32 | 0 | 12 | 4D | F | 2E | 45 | 35 |
| Octal | 332 | 262 | 62 | 0 | 22 | 115 | 17 | 56 | 105 | 65 |
| Binary | 11011010 | 10110010 | 110010 | 0 | 10010 | 1001101 | 1111 | 101110 | 1000101 | 110101 |
Color Harmonies of #DAB232
Complementary color
Monochromatic Colors of #DAB232
Black with #DAB232
Text Example
Text Example
White with #DAB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB232; }
p { color: rgb(218,178,50); }
H1.HeaderClassName
{
color: #DAB232;
}
.AnyTagClassName
{
color: #DAB232;
}
</style>
background-color css
<style>
a { background-color: #DAB232; }
a { background-color: rgb(218,178,50); }
div.DivClassName
{
background-color: #DAB232;
}
.BgClassName
{
background-color: #DAB232;
}
</style>
border-color css
<style>
span { border-color: #DAB232; }
span { border-color: rgb(218,178,50); }
td.TdClassName
{
border-color: #DAB232;
}
.TagClassName
{
border-color: #DAB232;
}
</style>