Shades of Metallic Gold #D0AB33
Tints of Metallic Gold #D0AB33
RGB
CMYK
RGB Variations
Color information
#D0AB33 (or 0xD0AB33) is known color: Metallic Gold. HEX triplet: D0, AB and 33. RGB value is (208,171,51). Sum of RGB (Red+Green+Blue) = 208+171+51=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB33 is #2F54CC. Grayscale: #A8A8A8. Windows color (decimal): -3101901 or 3386320. OLE color: 3386320.
HSL color Cylindrical-coordinate representation of color #D0AB33: hue angle of 45.86º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0AB33 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 51 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.18 |
| HSL | 45.86º | 0.63% | 0.51% | - |
| HSV(B) | 45.86º | 0.75% | 0.82% | - |
| XYZ | 41.17 | 42.77 | 9.22 | - |
| YUV | 168.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 51 | 0 | 0.18 | 0.75 | 0.18 | 45.86 | 0.63 | 0.51 |
| Hex | D0 | AB | 33 | 0 | 12 | 4B | 12 | 2E | 3F | 33 |
| Octal | 320 | 253 | 63 | 0 | 22 | 113 | 22 | 56 | 77 | 63 |
| Binary | 11010000 | 10101011 | 110011 | 0 | 10010 | 1001011 | 10010 | 101110 | 111111 | 110011 |
Color Harmonies of #D0AB33
Complementary color
Monochromatic Colors of #D0AB33
Black with #D0AB33
Text Example
Text Example
White with #D0AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB33; }
p { color: rgb(208,171,51); }
H1.HeaderClassName
{
color: #D0AB33;
}
.AnyTagClassName
{
color: #D0AB33;
}
</style>
background-color css
<style>
a { background-color: #D0AB33; }
a { background-color: rgb(208,171,51); }
div.DivClassName
{
background-color: #D0AB33;
}
.BgClassName
{
background-color: #D0AB33;
}
</style>
border-color css
<style>
span { border-color: #D0AB33; }
span { border-color: rgb(208,171,51); }
td.TdClassName
{
border-color: #D0AB33;
}
.TagClassName
{
border-color: #D0AB33;
}
</style>