Shades of Metallic Gold #D0A23B
Tints of Metallic Gold #D0A23B
RGB
CMYK
RGB Variations
Color information
#D0A23B (or 0xD0A23B) is known color: Metallic Gold. HEX triplet: D0, A2 and 3B. RGB value is (208,162,59). Sum of RGB (Red+Green+Blue) = 208+162+59=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A23B is #2F5DC4. Grayscale: #A4A4A4. Windows color (decimal): -3104197 or 3908304. OLE color: 3908304.
HSL color Cylindrical-coordinate representation of color #D0A23B: hue angle of 41.48º 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 #D0A23B is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 59 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.18 |
| HSL | 41.48º | 0.61% | 0.52% | - |
| HSV(B) | 41.48º | 0.72% | 0.82% | - |
| XYZ | 39.72 | 39.57 | 9.68 | - |
| YUV | 164.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 59 | 0 | 0.22 | 0.72 | 0.18 | 41.48 | 0.61 | 0.52 |
| Hex | D0 | A2 | 3B | 0 | 16 | 48 | 12 | 29 | 3D | 34 |
| Octal | 320 | 242 | 73 | 0 | 26 | 110 | 22 | 51 | 75 | 64 |
| Binary | 11010000 | 10100010 | 111011 | 0 | 10110 | 1001000 | 10010 | 101001 | 111101 | 110100 |
Color Harmonies of #D0A23B
Complementary color
Monochromatic Colors of #D0A23B
Black with #D0A23B
Text Example
Text Example
White with #D0A23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A23B; }
p { color: rgb(208,162,59); }
H1.HeaderClassName
{
color: #D0A23B;
}
.AnyTagClassName
{
color: #D0A23B;
}
</style>
background-color css
<style>
a { background-color: #D0A23B; }
a { background-color: rgb(208,162,59); }
div.DivClassName
{
background-color: #D0A23B;
}
.BgClassName
{
background-color: #D0A23B;
}
</style>
border-color css
<style>
span { border-color: #D0A23B; }
span { border-color: rgb(208,162,59); }
td.TdClassName
{
border-color: #D0A23B;
}
.TagClassName
{
border-color: #D0A23B;
}
</style>