Shades of Metallic Gold #DABB33
Tints of Metallic Gold #DABB33
RGB
CMYK
RGB Variations
Color information
#DABB33 (or 0xDABB33) is known color: Metallic Gold. HEX triplet: DA, BB and 33. RGB value is (218,187,51). Sum of RGB (Red+Green+Blue) = 218+187+51=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB33 is #2544CC. Grayscale: #B5B5B5. Windows color (decimal): -2442445 or 3390426. OLE color: 3390426.
HSL color Cylindrical-coordinate representation of color #DABB33: hue angle of 48.86º 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 #DABB33 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 51 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.15 |
| HSL | 48.86º | 0.69% | 0.53% | - |
| HSV(B) | 48.86º | 0.77% | 0.85% | - |
| XYZ | 47.28 | 50.69 | 10.42 | - |
| YUV | 180.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 51 | 0 | 0.14 | 0.77 | 0.15 | 48.86 | 0.69 | 0.53 |
| Hex | DA | BB | 33 | 0 | E | 4D | F | 31 | 45 | 35 |
| Octal | 332 | 273 | 63 | 0 | 16 | 115 | 17 | 61 | 105 | 65 |
| Binary | 11011010 | 10111011 | 110011 | 0 | 1110 | 1001101 | 1111 | 110001 | 1000101 | 110101 |
Color Harmonies of #DABB33
Complementary color
Monochromatic Colors of #DABB33
Black with #DABB33
Text Example
Text Example
White with #DABB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB33; }
p { color: rgb(218,187,51); }
H1.HeaderClassName
{
color: #DABB33;
}
.AnyTagClassName
{
color: #DABB33;
}
</style>
background-color css
<style>
a { background-color: #DABB33; }
a { background-color: rgb(218,187,51); }
div.DivClassName
{
background-color: #DABB33;
}
.BgClassName
{
background-color: #DABB33;
}
</style>
border-color css
<style>
span { border-color: #DABB33; }
span { border-color: rgb(218,187,51); }
td.TdClassName
{
border-color: #DABB33;
}
.TagClassName
{
border-color: #DABB33;
}
</style>