Shades of Metallic Gold #DAB543
Tints of Metallic Gold #DAB543
RGB
CMYK
RGB Variations
Color information
#DAB543 (or 0xDAB543) is known color: Metallic Gold. HEX triplet: DA, B5 and 43. RGB value is (218,181,67). Sum of RGB (Red+Green+Blue) = 218+181+67=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB543 is #254ABC. Grayscale: #B3B3B3. Windows color (decimal): -2443965 or 4437466. OLE color: 4437466.
HSL color Cylindrical-coordinate representation of color #DAB543: hue angle of 45.3º 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 #DAB543 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 67 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.15 |
| HSL | 45.3º | 0.67% | 0.56% | - |
| HSV(B) | 45.3º | 0.69% | 0.85% | - |
| XYZ | 46.45 | 48.36 | 12.2 | - |
| YUV | 179.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 67 | 0 | 0.17 | 0.69 | 0.15 | 45.3 | 0.67 | 0.56 |
| Hex | DA | B5 | 43 | 0 | 11 | 45 | F | 2D | 43 | 38 |
| Octal | 332 | 265 | 103 | 0 | 21 | 105 | 17 | 55 | 103 | 70 |
| Binary | 11011010 | 10110101 | 1000011 | 0 | 10001 | 1000101 | 1111 | 101101 | 1000011 | 111000 |
Color Harmonies of #DAB543
Complementary color
Monochromatic Colors of #DAB543
Black with #DAB543
Text Example
Text Example
White with #DAB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB543; }
p { color: rgb(218,181,67); }
H1.HeaderClassName
{
color: #DAB543;
}
.AnyTagClassName
{
color: #DAB543;
}
</style>
background-color css
<style>
a { background-color: #DAB543; }
a { background-color: rgb(218,181,67); }
div.DivClassName
{
background-color: #DAB543;
}
.BgClassName
{
background-color: #DAB543;
}
</style>
border-color css
<style>
span { border-color: #DAB543; }
span { border-color: rgb(218,181,67); }
td.TdClassName
{
border-color: #DAB543;
}
.TagClassName
{
border-color: #DAB543;
}
</style>