Shades of Metallic Gold #D0A13D
Tints of Metallic Gold #D0A13D
RGB
CMYK
RGB Variations
Color information
#D0A13D (or 0xD0A13D) is known color: Metallic Gold. HEX triplet: D0, A1 and 3D. RGB value is (208,161,61). Sum of RGB (Red+Green+Blue) = 208+161+61=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A13D is #2F5EC2. Grayscale: #A4A4A4. Windows color (decimal): -3104451 or 4039120. OLE color: 4039120.
HSL color Cylindrical-coordinate representation of color #D0A13D: hue angle of 40.82º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0A13D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 61 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.18 |
| HSL | 40.82º | 0.61% | 0.53% | - |
| HSV(B) | 40.82º | 0.71% | 0.82% | - |
| XYZ | 39.6 | 39.24 | 9.9 | - |
| YUV | 163.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 61 | 0 | 0.23 | 0.71 | 0.18 | 40.82 | 0.61 | 0.53 |
| Hex | D0 | A1 | 3D | 0 | 17 | 47 | 12 | 29 | 3D | 35 |
| Octal | 320 | 241 | 75 | 0 | 27 | 107 | 22 | 51 | 75 | 65 |
| Binary | 11010000 | 10100001 | 111101 | 0 | 10111 | 1000111 | 10010 | 101001 | 111101 | 110101 |
Color Harmonies of #D0A13D
Complementary color
Monochromatic Colors of #D0A13D
Black with #D0A13D
Text Example
Text Example
White with #D0A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A13D; }
p { color: rgb(208,161,61); }
H1.HeaderClassName
{
color: #D0A13D;
}
.AnyTagClassName
{
color: #D0A13D;
}
</style>
background-color css
<style>
a { background-color: #D0A13D; }
a { background-color: rgb(208,161,61); }
div.DivClassName
{
background-color: #D0A13D;
}
.BgClassName
{
background-color: #D0A13D;
}
</style>
border-color css
<style>
span { border-color: #D0A13D; }
span { border-color: rgb(208,161,61); }
td.TdClassName
{
border-color: #D0A13D;
}
.TagClassName
{
border-color: #D0A13D;
}
</style>