Shades of Metallic Gold #D0A23A
Tints of Metallic Gold #D0A23A
RGB
CMYK
RGB Variations
Color information
#D0A23A (or 0xD0A23A) is known color: Metallic Gold. HEX triplet: D0, A2 and 3A. RGB value is (208,162,58). Sum of RGB (Red+Green+Blue) = 208+162+58=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A23A is #2F5DC5. Grayscale: #A4A4A4. Windows color (decimal): -3104198 or 3842768. OLE color: 3842768.
HSL color Cylindrical-coordinate representation of color #D0A23A: hue angle of 41.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0A23A is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 58 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.18 |
| HSL | 41.6º | 0.61% | 0.52% | - |
| HSV(B) | 41.6º | 0.72% | 0.82% | - |
| XYZ | 39.7 | 39.56 | 9.55 | - |
| YUV | 163.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 58 | 0 | 0.22 | 0.72 | 0.18 | 41.6 | 0.61 | 0.52 |
| Hex | D0 | A2 | 3A | 0 | 16 | 48 | 12 | 2A | 3D | 34 |
| Octal | 320 | 242 | 72 | 0 | 26 | 110 | 22 | 52 | 75 | 64 |
| Binary | 11010000 | 10100010 | 111010 | 0 | 10110 | 1001000 | 10010 | 101010 | 111101 | 110100 |
Color Harmonies of #D0A23A
Complementary color
Monochromatic Colors of #D0A23A
Black with #D0A23A
Text Example
Text Example
White with #D0A23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A23A; }
p { color: rgb(208,162,58); }
H1.HeaderClassName
{
color: #D0A23A;
}
.AnyTagClassName
{
color: #D0A23A;
}
</style>
background-color css
<style>
a { background-color: #D0A23A; }
a { background-color: rgb(208,162,58); }
div.DivClassName
{
background-color: #D0A23A;
}
.BgClassName
{
background-color: #D0A23A;
}
</style>
border-color css
<style>
span { border-color: #D0A23A; }
span { border-color: rgb(208,162,58); }
td.TdClassName
{
border-color: #D0A23A;
}
.TagClassName
{
border-color: #D0A23A;
}
</style>