Shades of Old Gold #C9AF42
Tints of Old Gold #C9AF42
RGB
CMYK
RGB Variations
Color information
#C9AF42 (or 0xC9AF42) is known color: Old Gold. HEX triplet: C9, AF and 42. RGB value is (201,175,66). Sum of RGB (Red+Green+Blue) = 201+175+66=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF42 is #3650BD. Grayscale: #AAAAAA. Windows color (decimal): -3559614 or 4370377. OLE color: 4370377.
HSL color Cylindrical-coordinate representation of color #C9AF42: hue angle of 48.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9AF42 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 66 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.21 |
| HSL | 48.44º | 0.56% | 0.52% | - |
| HSV(B) | 48.44º | 0.67% | 0.79% | - |
| XYZ | 40.4 | 43.47 | 11.42 | - |
| YUV | 170.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 66 | 0 | 0.13 | 0.67 | 0.21 | 48.44 | 0.56 | 0.52 |
| Hex | C9 | AF | 42 | 0 | D | 43 | 15 | 30 | 38 | 34 |
| Octal | 311 | 257 | 102 | 0 | 15 | 103 | 25 | 60 | 70 | 64 |
| Binary | 11001001 | 10101111 | 1000010 | 0 | 1101 | 1000011 | 10101 | 110000 | 111000 | 110100 |
Color Harmonies of #C9AF42
Complementary color
Monochromatic Colors of #C9AF42
Black with #C9AF42
Text Example
Text Example
White with #C9AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF42; }
p { color: rgb(201,175,66); }
H1.HeaderClassName
{
color: #C9AF42;
}
.AnyTagClassName
{
color: #C9AF42;
}
</style>
background-color css
<style>
a { background-color: #C9AF42; }
a { background-color: rgb(201,175,66); }
div.DivClassName
{
background-color: #C9AF42;
}
.BgClassName
{
background-color: #C9AF42;
}
</style>
border-color css
<style>
span { border-color: #C9AF42; }
span { border-color: rgb(201,175,66); }
td.TdClassName
{
border-color: #C9AF42;
}
.TagClassName
{
border-color: #C9AF42;
}
</style>