Shades of Old Gold #D0AF43
Tints of Old Gold #D0AF43
RGB
CMYK
RGB Variations
Color information
#D0AF43 (or 0xD0AF43) is known color: Old Gold. HEX triplet: D0, AF and 43. RGB value is (208,175,67). Sum of RGB (Red+Green+Blue) = 208+175+67=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF43 is #2F50BC. Grayscale: #ADADAD. Windows color (decimal): -3100861 or 4435920. OLE color: 4435920.
HSL color Cylindrical-coordinate representation of color #D0AF43: hue angle of 45.96º 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 #D0AF43 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 67 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.18 |
| HSL | 45.96º | 0.6% | 0.54% | - |
| HSV(B) | 45.96º | 0.68% | 0.82% | - |
| XYZ | 42.36 | 44.48 | 11.66 | - |
| YUV | 172.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 67 | 0 | 0.16 | 0.68 | 0.18 | 45.96 | 0.6 | 0.54 |
| Hex | D0 | AF | 43 | 0 | 10 | 44 | 12 | 2E | 3C | 36 |
| Octal | 320 | 257 | 103 | 0 | 20 | 104 | 22 | 56 | 74 | 66 |
| Binary | 11010000 | 10101111 | 1000011 | 0 | 10000 | 1000100 | 10010 | 101110 | 111100 | 110110 |
Color Harmonies of #D0AF43
Complementary color
Monochromatic Colors of #D0AF43
Black with #D0AF43
Text Example
Text Example
White with #D0AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF43; }
p { color: rgb(208,175,67); }
H1.HeaderClassName
{
color: #D0AF43;
}
.AnyTagClassName
{
color: #D0AF43;
}
</style>
background-color css
<style>
a { background-color: #D0AF43; }
a { background-color: rgb(208,175,67); }
div.DivClassName
{
background-color: #D0AF43;
}
.BgClassName
{
background-color: #D0AF43;
}
</style>
border-color css
<style>
span { border-color: #D0AF43; }
span { border-color: rgb(208,175,67); }
td.TdClassName
{
border-color: #D0AF43;
}
.TagClassName
{
border-color: #D0AF43;
}
</style>