Shades of Metallic Gold #DABB32
Tints of Metallic Gold #DABB32
RGB
CMYK
RGB Variations
Color information
#DABB32 (or 0xDABB32) is known color: Metallic Gold. HEX triplet: DA, BB and 32. RGB value is (218,187,50). Sum of RGB (Red+Green+Blue) = 218+187+50=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB32 is #2544CD. Grayscale: #B5B5B5. Windows color (decimal): -2442446 or 3324890. OLE color: 3324890.
HSL color Cylindrical-coordinate representation of color #DABB32: hue angle of 48.93º 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 #DABB32 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 50 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.15 |
| HSL | 48.93º | 0.69% | 0.53% | - |
| HSV(B) | 48.93º | 0.77% | 0.85% | - |
| XYZ | 47.26 | 50.68 | 10.31 | - |
| YUV | 180.65 | 54.27 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 50 | 0 | 0.14 | 0.77 | 0.15 | 48.93 | 0.69 | 0.53 |
| Hex | DA | BB | 32 | 0 | E | 4D | F | 31 | 45 | 35 |
| Octal | 332 | 273 | 62 | 0 | 16 | 115 | 17 | 61 | 105 | 65 |
| Binary | 11011010 | 10111011 | 110010 | 0 | 1110 | 1001101 | 1111 | 110001 | 1000101 | 110101 |
Color Harmonies of #DABB32
Complementary color
Monochromatic Colors of #DABB32
Black with #DABB32
Text Example
Text Example
White with #DABB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB32; }
p { color: rgb(218,187,50); }
H1.HeaderClassName
{
color: #DABB32;
}
.AnyTagClassName
{
color: #DABB32;
}
</style>
background-color css
<style>
a { background-color: #DABB32; }
a { background-color: rgb(218,187,50); }
div.DivClassName
{
background-color: #DABB32;
}
.BgClassName
{
background-color: #DABB32;
}
</style>
border-color css
<style>
span { border-color: #DABB32; }
span { border-color: rgb(218,187,50); }
td.TdClassName
{
border-color: #DABB32;
}
.TagClassName
{
border-color: #DABB32;
}
</style>