Shades of Metallic Gold #DAB343
Tints of Metallic Gold #DAB343
RGB
CMYK
RGB Variations
Color information
#DAB343 (or 0xDAB343) is known color: Metallic Gold. HEX triplet: DA, B3 and 43. RGB value is (218,179,67). Sum of RGB (Red+Green+Blue) = 218+179+67=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB343 is #254CBC. Grayscale: #B2B2B2. Windows color (decimal): -2444477 or 4436954. OLE color: 4436954.
HSL color Cylindrical-coordinate representation of color #DAB343: hue angle of 44.5º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAB343 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 67 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.15 |
| HSL | 44.5º | 0.67% | 0.56% | - |
| HSV(B) | 44.5º | 0.69% | 0.85% | - |
| XYZ | 46.05 | 47.55 | 12.06 | - |
| YUV | 177.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 67 | 0 | 0.18 | 0.69 | 0.15 | 44.5 | 0.67 | 0.56 |
| Hex | DA | B3 | 43 | 0 | 12 | 45 | F | 2D | 43 | 38 |
| Octal | 332 | 263 | 103 | 0 | 22 | 105 | 17 | 55 | 103 | 70 |
| Binary | 11011010 | 10110011 | 1000011 | 0 | 10010 | 1000101 | 1111 | 101101 | 1000011 | 111000 |
Color Harmonies of #DAB343
Complementary color
Monochromatic Colors of #DAB343
Black with #DAB343
Text Example
Text Example
White with #DAB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB343; }
p { color: rgb(218,179,67); }
H1.HeaderClassName
{
color: #DAB343;
}
.AnyTagClassName
{
color: #DAB343;
}
</style>
background-color css
<style>
a { background-color: #DAB343; }
a { background-color: rgb(218,179,67); }
div.DivClassName
{
background-color: #DAB343;
}
.BgClassName
{
background-color: #DAB343;
}
</style>
border-color css
<style>
span { border-color: #DAB343; }
span { border-color: rgb(218,179,67); }
td.TdClassName
{
border-color: #DAB343;
}
.TagClassName
{
border-color: #DAB343;
}
</style>