Shades of Metallic Gold #DCAB33
Tints of Metallic Gold #DCAB33
RGB
CMYK
RGB Variations
Color information
#DCAB33 (or 0xDCAB33) is known color: Metallic Gold. HEX triplet: DC, AB and 33. RGB value is (220,171,51). Sum of RGB (Red+Green+Blue) = 220+171+51=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB33 is #2354CC. Grayscale: #ACACAC. Windows color (decimal): -2315469 or 3386332. OLE color: 3386332.
HSL color Cylindrical-coordinate representation of color #DCAB33: hue angle of 42.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCAB33 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 51 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.14 |
| HSL | 42.6º | 0.71% | 0.53% | - |
| HSV(B) | 42.6º | 0.77% | 0.86% | - |
| XYZ | 44.68 | 44.58 | 9.38 | - |
| YUV | 171.97 | 59.73 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 51 | 0 | 0.22 | 0.77 | 0.14 | 42.6 | 0.71 | 0.53 |
| Hex | DC | AB | 33 | 0 | 16 | 4D | E | 2B | 47 | 35 |
| Octal | 334 | 253 | 63 | 0 | 26 | 115 | 16 | 53 | 107 | 65 |
| Binary | 11011100 | 10101011 | 110011 | 0 | 10110 | 1001101 | 1110 | 101011 | 1000111 | 110101 |
Color Harmonies of #DCAB33
Complementary color
Monochromatic Colors of #DCAB33
Black with #DCAB33
Text Example
Text Example
White with #DCAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB33; }
p { color: rgb(220,171,51); }
H1.HeaderClassName
{
color: #DCAB33;
}
.AnyTagClassName
{
color: #DCAB33;
}
</style>
background-color css
<style>
a { background-color: #DCAB33; }
a { background-color: rgb(220,171,51); }
div.DivClassName
{
background-color: #DCAB33;
}
.BgClassName
{
background-color: #DCAB33;
}
</style>
border-color css
<style>
span { border-color: #DCAB33; }
span { border-color: rgb(220,171,51); }
td.TdClassName
{
border-color: #DCAB33;
}
.TagClassName
{
border-color: #DCAB33;
}
</style>