Shades of Metallic Gold #DAB33D
Tints of Metallic Gold #DAB33D
RGB
CMYK
RGB Variations
Color information
#DAB33D (or 0xDAB33D) is known color: Metallic Gold. HEX triplet: DA, B3 and 3D. RGB value is (218,179,61). Sum of RGB (Red+Green+Blue) = 218+179+61=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB33D is #254CC2. Grayscale: #B1B1B1. Windows color (decimal): -2444483 or 4043738. OLE color: 4043738.
HSL color Cylindrical-coordinate representation of color #DAB33D: hue angle of 45.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAB33D is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 61 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.15 |
| HSL | 45.1º | 0.68% | 0.55% | - |
| HSV(B) | 45.1º | 0.72% | 0.85% | - |
| XYZ | 45.88 | 47.48 | 11.16 | - |
| YUV | 177.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 61 | 0 | 0.18 | 0.72 | 0.15 | 45.1 | 0.68 | 0.55 |
| Hex | DA | B3 | 3D | 0 | 12 | 48 | F | 2D | 44 | 37 |
| Octal | 332 | 263 | 75 | 0 | 22 | 110 | 17 | 55 | 104 | 67 |
| Binary | 11011010 | 10110011 | 111101 | 0 | 10010 | 1001000 | 1111 | 101101 | 1000100 | 110111 |
Color Harmonies of #DAB33D
Complementary color
Monochromatic Colors of #DAB33D
Black with #DAB33D
Text Example
Text Example
White with #DAB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB33D; }
p { color: rgb(218,179,61); }
H1.HeaderClassName
{
color: #DAB33D;
}
.AnyTagClassName
{
color: #DAB33D;
}
</style>
background-color css
<style>
a { background-color: #DAB33D; }
a { background-color: rgb(218,179,61); }
div.DivClassName
{
background-color: #DAB33D;
}
.BgClassName
{
background-color: #DAB33D;
}
</style>
border-color css
<style>
span { border-color: #DAB33D; }
span { border-color: rgb(218,179,61); }
td.TdClassName
{
border-color: #DAB33D;
}
.TagClassName
{
border-color: #DAB33D;
}
</style>