Shades of Metallic Gold #DAB33F
Tints of Metallic Gold #DAB33F
RGB
CMYK
RGB Variations
Color information
#DAB33F (or 0xDAB33F) is known color: Metallic Gold. HEX triplet: DA, B3 and 3F. RGB value is (218,179,63). Sum of RGB (Red+Green+Blue) = 218+179+63=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB33F is #254CC0. Grayscale: #B1B1B1. Windows color (decimal): -2444481 or 4174810. OLE color: 4174810.
HSL color Cylindrical-coordinate representation of color #DAB33F: hue angle of 44.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAB33F is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 63 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.15 |
| HSL | 44.9º | 0.68% | 0.55% | - |
| HSV(B) | 44.9º | 0.71% | 0.85% | - |
| XYZ | 45.93 | 47.5 | 11.45 | - |
| YUV | 177.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 63 | 0 | 0.18 | 0.71 | 0.15 | 44.9 | 0.68 | 0.55 |
| Hex | DA | B3 | 3F | 0 | 12 | 47 | F | 2D | 44 | 37 |
| Octal | 332 | 263 | 77 | 0 | 22 | 107 | 17 | 55 | 104 | 67 |
| Binary | 11011010 | 10110011 | 111111 | 0 | 10010 | 1000111 | 1111 | 101101 | 1000100 | 110111 |
Color Harmonies of #DAB33F
Complementary color
Monochromatic Colors of #DAB33F
Black with #DAB33F
Text Example
Text Example
White with #DAB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB33F; }
p { color: rgb(218,179,63); }
H1.HeaderClassName
{
color: #DAB33F;
}
.AnyTagClassName
{
color: #DAB33F;
}
</style>
background-color css
<style>
a { background-color: #DAB33F; }
a { background-color: rgb(218,179,63); }
div.DivClassName
{
background-color: #DAB33F;
}
.BgClassName
{
background-color: #DAB33F;
}
</style>
border-color css
<style>
span { border-color: #DAB33F; }
span { border-color: rgb(218,179,63); }
td.TdClassName
{
border-color: #DAB33F;
}
.TagClassName
{
border-color: #DAB33F;
}
</style>