Shades of Metallic Gold #DAB83B
Tints of Metallic Gold #DAB83B
RGB
CMYK
RGB Variations
Color information
#DAB83B (or 0xDAB83B) is known color: Metallic Gold. HEX triplet: DA, B8 and 3B. RGB value is (218,184,59). Sum of RGB (Red+Green+Blue) = 218+184+59=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB83B is #2547C4. Grayscale: #B4B4B4. Windows color (decimal): -2443205 or 3913946. OLE color: 3913946.
HSL color Cylindrical-coordinate representation of color #DAB83B: hue angle of 47.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAB83B is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 59 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.15 |
| HSL | 47.17º | 0.68% | 0.54% | - |
| HSV(B) | 47.17º | 0.73% | 0.85% | - |
| XYZ | 46.84 | 49.5 | 11.22 | - |
| YUV | 179.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 59 | 0 | 0.16 | 0.73 | 0.15 | 47.17 | 0.68 | 0.54 |
| Hex | DA | B8 | 3B | 0 | 10 | 49 | F | 2F | 44 | 36 |
| Octal | 332 | 270 | 73 | 0 | 20 | 111 | 17 | 57 | 104 | 66 |
| Binary | 11011010 | 10111000 | 111011 | 0 | 10000 | 1001001 | 1111 | 101111 | 1000100 | 110110 |
Color Harmonies of #DAB83B
Complementary color
Monochromatic Colors of #DAB83B
Black with #DAB83B
Text Example
Text Example
White with #DAB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB83B; }
p { color: rgb(218,184,59); }
H1.HeaderClassName
{
color: #DAB83B;
}
.AnyTagClassName
{
color: #DAB83B;
}
</style>
background-color css
<style>
a { background-color: #DAB83B; }
a { background-color: rgb(218,184,59); }
div.DivClassName
{
background-color: #DAB83B;
}
.BgClassName
{
background-color: #DAB83B;
}
</style>
border-color css
<style>
span { border-color: #DAB83B; }
span { border-color: rgb(218,184,59); }
td.TdClassName
{
border-color: #DAB83B;
}
.TagClassName
{
border-color: #DAB83B;
}
</style>