Shades of Old Gold #D0C035
Tints of Old Gold #D0C035
RGB
CMYK
RGB Variations
Color information
#D0C035 (or 0xD0C035) is known color: Old Gold. HEX triplet: D0, C0 and 35. RGB value is (208,192,53). Sum of RGB (Red+Green+Blue) = 208+192+53=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C035 is #2F3FCA. Grayscale: #B5B5B5. Windows color (decimal): -3096523 or 3522768. OLE color: 3522768.
HSL color Cylindrical-coordinate representation of color #D0C035: hue angle of 53.81º degrees, saturation: 0.62, 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 #D0C035 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 53 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.18 |
| HSL | 53.81º | 0.62% | 0.51% | - |
| HSV(B) | 53.81º | 0.75% | 0.82% | - |
| XYZ | 45.5 | 51.37 | 10.88 | - |
| YUV | 180.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 53 | 0 | 0.08 | 0.75 | 0.18 | 53.81 | 0.62 | 0.51 |
| Hex | D0 | C0 | 35 | 0 | 8 | 4B | 12 | 36 | 3E | 33 |
| Octal | 320 | 300 | 65 | 0 | 10 | 113 | 22 | 66 | 76 | 63 |
| Binary | 11010000 | 11000000 | 110101 | 0 | 1000 | 1001011 | 10010 | 110110 | 111110 | 110011 |
Color Harmonies of #D0C035
Complementary color
Monochromatic Colors of #D0C035
Black with #D0C035
Text Example
Text Example
White with #D0C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C035; }
p { color: rgb(208,192,53); }
H1.HeaderClassName
{
color: #D0C035;
}
.AnyTagClassName
{
color: #D0C035;
}
</style>
background-color css
<style>
a { background-color: #D0C035; }
a { background-color: rgb(208,192,53); }
div.DivClassName
{
background-color: #D0C035;
}
.BgClassName
{
background-color: #D0C035;
}
</style>
border-color css
<style>
span { border-color: #D0C035; }
span { border-color: rgb(208,192,53); }
td.TdClassName
{
border-color: #D0C035;
}
.TagClassName
{
border-color: #D0C035;
}
</style>