Shades of Old Gold #D0AF40
Tints of Old Gold #D0AF40
RGB
CMYK
RGB Variations
Color information
#D0AF40 (or 0xD0AF40) is known color: Old Gold. HEX triplet: D0, AF and 40. RGB value is (208,175,64). Sum of RGB (Red+Green+Blue) = 208+175+64=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF40 is #2F50BF. Grayscale: #ACACAC. Windows color (decimal): -3100864 or 4239312. OLE color: 4239312.
HSL color Cylindrical-coordinate representation of color #D0AF40: hue angle of 46.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0AF40 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 64 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.18 |
| HSL | 46.25º | 0.61% | 0.53% | - |
| HSV(B) | 46.25º | 0.69% | 0.82% | - |
| XYZ | 42.27 | 44.44 | 11.2 | - |
| YUV | 172.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 64 | 0 | 0.16 | 0.69 | 0.18 | 46.25 | 0.61 | 0.53 |
| Hex | D0 | AF | 40 | 0 | 10 | 45 | 12 | 2E | 3D | 35 |
| Octal | 320 | 257 | 100 | 0 | 20 | 105 | 22 | 56 | 75 | 65 |
| Binary | 11010000 | 10101111 | 1000000 | 0 | 10000 | 1000101 | 10010 | 101110 | 111101 | 110101 |
Color Harmonies of #D0AF40
Complementary color
Monochromatic Colors of #D0AF40
Black with #D0AF40
Text Example
Text Example
White with #D0AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF40; }
p { color: rgb(208,175,64); }
H1.HeaderClassName
{
color: #D0AF40;
}
.AnyTagClassName
{
color: #D0AF40;
}
</style>
background-color css
<style>
a { background-color: #D0AF40; }
a { background-color: rgb(208,175,64); }
div.DivClassName
{
background-color: #D0AF40;
}
.BgClassName
{
background-color: #D0AF40;
}
</style>
border-color css
<style>
span { border-color: #D0AF40; }
span { border-color: rgb(208,175,64); }
td.TdClassName
{
border-color: #D0AF40;
}
.TagClassName
{
border-color: #D0AF40;
}
</style>