Shades of Metallic Gold #DAB133
Tints of Metallic Gold #DAB133
RGB
CMYK
RGB Variations
Color information
#DAB133 (or 0xDAB133) is known color: Metallic Gold. HEX triplet: DA, B1 and 33. RGB value is (218,177,51). Sum of RGB (Red+Green+Blue) = 218+177+51=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB133 is #254ECC. Grayscale: #AFAFAF. Windows color (decimal): -2445005 or 3387866. OLE color: 3387866.
HSL color Cylindrical-coordinate representation of color #DAB133: hue angle of 45.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAB133 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 51 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.15 |
| HSL | 45.27º | 0.69% | 0.53% | - |
| HSV(B) | 45.27º | 0.77% | 0.85% | - |
| XYZ | 45.23 | 46.59 | 9.74 | - |
| YUV | 174.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 51 | 0 | 0.19 | 0.77 | 0.15 | 45.27 | 0.69 | 0.53 |
| Hex | DA | B1 | 33 | 0 | 13 | 4D | F | 2D | 45 | 35 |
| Octal | 332 | 261 | 63 | 0 | 23 | 115 | 17 | 55 | 105 | 65 |
| Binary | 11011010 | 10110001 | 110011 | 0 | 10011 | 1001101 | 1111 | 101101 | 1000101 | 110101 |
Color Harmonies of #DAB133
Complementary color
Monochromatic Colors of #DAB133
Black with #DAB133
Text Example
Text Example
White with #DAB133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB133; }
p { color: rgb(218,177,51); }
H1.HeaderClassName
{
color: #DAB133;
}
.AnyTagClassName
{
color: #DAB133;
}
</style>
background-color css
<style>
a { background-color: #DAB133; }
a { background-color: rgb(218,177,51); }
div.DivClassName
{
background-color: #DAB133;
}
.BgClassName
{
background-color: #DAB133;
}
</style>
border-color css
<style>
span { border-color: #DAB133; }
span { border-color: rgb(218,177,51); }
td.TdClassName
{
border-color: #DAB133;
}
.TagClassName
{
border-color: #DAB133;
}
</style>