Shades of Old Gold #D0C030
Tints of Old Gold #D0C030
RGB
CMYK
RGB Variations
Color information
#D0C030 (or 0xD0C030) is known color: Old Gold. HEX triplet: D0, C0 and 30. RGB value is (208,192,48). Sum of RGB (Red+Green+Blue) = 208+192+48=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C030 is #2F3FCF. Grayscale: #B4B4B4. Windows color (decimal): -3096528 or 3195088. OLE color: 3195088.
HSL color Cylindrical-coordinate representation of color #D0C030: hue angle of 54º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0C030 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 48 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.18 |
| HSL | 54º | 0.63% | 0.5% | - |
| HSV(B) | 54º | 0.77% | 0.82% | - |
| XYZ | 45.4 | 51.32 | 10.31 | - |
| YUV | 180.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 48 | 0 | 0.08 | 0.77 | 0.18 | 54 | 0.63 | 0.5 |
| Hex | D0 | C0 | 30 | 0 | 8 | 4D | 12 | 36 | 3F | 32 |
| Octal | 320 | 300 | 60 | 0 | 10 | 115 | 22 | 66 | 77 | 62 |
| Binary | 11010000 | 11000000 | 110000 | 0 | 1000 | 1001101 | 10010 | 110110 | 111111 | 110010 |
Color Harmonies of #D0C030
Complementary color
Monochromatic Colors of #D0C030
Black with #D0C030
Text Example
Text Example
White with #D0C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C030; }
p { color: rgb(208,192,48); }
H1.HeaderClassName
{
color: #D0C030;
}
.AnyTagClassName
{
color: #D0C030;
}
</style>
background-color css
<style>
a { background-color: #D0C030; }
a { background-color: rgb(208,192,48); }
div.DivClassName
{
background-color: #D0C030;
}
.BgClassName
{
background-color: #D0C030;
}
</style>
border-color css
<style>
span { border-color: #D0C030; }
span { border-color: rgb(208,192,48); }
td.TdClassName
{
border-color: #D0C030;
}
.TagClassName
{
border-color: #D0C030;
}
</style>