Shades of Metallic Gold #DAB33C
Tints of Metallic Gold #DAB33C
RGB
CMYK
RGB Variations
Color information
#DAB33C (or 0xDAB33C) is known color: Metallic Gold. HEX triplet: DA, B3 and 3C. RGB value is (218,179,60). Sum of RGB (Red+Green+Blue) = 218+179+60=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB33C is #254CC3. Grayscale: #B1B1B1. Windows color (decimal): -2444484 or 3978202. OLE color: 3978202.
HSL color Cylindrical-coordinate representation of color #DAB33C: hue angle of 45.19º 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 #DAB33C is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 60 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.15 |
| HSL | 45.19º | 0.68% | 0.55% | - |
| HSV(B) | 45.19º | 0.72% | 0.85% | - |
| XYZ | 45.85 | 47.47 | 11.02 | - |
| YUV | 177.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 60 | 0 | 0.18 | 0.72 | 0.15 | 45.19 | 0.68 | 0.55 |
| Hex | DA | B3 | 3C | 0 | 12 | 48 | F | 2D | 44 | 37 |
| Octal | 332 | 263 | 74 | 0 | 22 | 110 | 17 | 55 | 104 | 67 |
| Binary | 11011010 | 10110011 | 111100 | 0 | 10010 | 1001000 | 1111 | 101101 | 1000100 | 110111 |
Color Harmonies of #DAB33C
Complementary color
Monochromatic Colors of #DAB33C
Black with #DAB33C
Text Example
Text Example
White with #DAB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB33C; }
p { color: rgb(218,179,60); }
H1.HeaderClassName
{
color: #DAB33C;
}
.AnyTagClassName
{
color: #DAB33C;
}
</style>
background-color css
<style>
a { background-color: #DAB33C; }
a { background-color: rgb(218,179,60); }
div.DivClassName
{
background-color: #DAB33C;
}
.BgClassName
{
background-color: #DAB33C;
}
</style>
border-color css
<style>
span { border-color: #DAB33C; }
span { border-color: rgb(218,179,60); }
td.TdClassName
{
border-color: #DAB33C;
}
.TagClassName
{
border-color: #DAB33C;
}
</style>