Shades of Old Gold #D0AF42
Tints of Old Gold #D0AF42
RGB
CMYK
RGB Variations
Color information
#D0AF42 (or 0xD0AF42) is known color: Old Gold. HEX triplet: D0, AF and 42. RGB value is (208,175,66). Sum of RGB (Red+Green+Blue) = 208+175+66=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF42 is #2F50BD. Grayscale: #ACACAC. Windows color (decimal): -3100862 or 4370384. OLE color: 4370384.
HSL color Cylindrical-coordinate representation of color #D0AF42: hue angle of 46.06º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0AF42 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 66 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.18 |
| HSL | 46.06º | 0.6% | 0.54% | - |
| HSV(B) | 46.06º | 0.68% | 0.82% | - |
| XYZ | 42.33 | 44.46 | 11.51 | - |
| YUV | 172.44 | 67.93 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 66 | 0 | 0.16 | 0.68 | 0.18 | 46.06 | 0.6 | 0.54 |
| Hex | D0 | AF | 42 | 0 | 10 | 44 | 12 | 2E | 3C | 36 |
| Octal | 320 | 257 | 102 | 0 | 20 | 104 | 22 | 56 | 74 | 66 |
| Binary | 11010000 | 10101111 | 1000010 | 0 | 10000 | 1000100 | 10010 | 101110 | 111100 | 110110 |
Color Harmonies of #D0AF42
Complementary color
Monochromatic Colors of #D0AF42
Black with #D0AF42
Text Example
Text Example
White with #D0AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF42; }
p { color: rgb(208,175,66); }
H1.HeaderClassName
{
color: #D0AF42;
}
.AnyTagClassName
{
color: #D0AF42;
}
</style>
background-color css
<style>
a { background-color: #D0AF42; }
a { background-color: rgb(208,175,66); }
div.DivClassName
{
background-color: #D0AF42;
}
.BgClassName
{
background-color: #D0AF42;
}
</style>
border-color css
<style>
span { border-color: #D0AF42; }
span { border-color: rgb(208,175,66); }
td.TdClassName
{
border-color: #D0AF42;
}
.TagClassName
{
border-color: #D0AF42;
}
</style>