Shades of Old Gold #C9AB3F
Tints of Old Gold #C9AB3F
RGB
CMYK
RGB Variations
Color information
#C9AB3F (or 0xC9AB3F) is known color: Old Gold. HEX triplet: C9, AB and 3F. RGB value is (201,171,63). Sum of RGB (Red+Green+Blue) = 201+171+63=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB3F is #3654C0. Grayscale: #A8A8A8. Windows color (decimal): -3560641 or 4172745. OLE color: 4172745.
HSL color Cylindrical-coordinate representation of color #C9AB3F: hue angle of 46.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9AB3F is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 63 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.21 |
| HSL | 46.96º | 0.56% | 0.52% | - |
| HSV(B) | 46.96º | 0.69% | 0.79% | - |
| XYZ | 39.55 | 41.9 | 10.71 | - |
| YUV | 167.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 63 | 0 | 0.15 | 0.69 | 0.21 | 46.96 | 0.56 | 0.52 |
| Hex | C9 | AB | 3F | 0 | F | 45 | 15 | 2F | 38 | 34 |
| Octal | 311 | 253 | 77 | 0 | 17 | 105 | 25 | 57 | 70 | 64 |
| Binary | 11001001 | 10101011 | 111111 | 0 | 1111 | 1000101 | 10101 | 101111 | 111000 | 110100 |
Color Harmonies of #C9AB3F
Complementary color
Monochromatic Colors of #C9AB3F
Black with #C9AB3F
Text Example
Text Example
White with #C9AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB3F; }
p { color: rgb(201,171,63); }
H1.HeaderClassName
{
color: #C9AB3F;
}
.AnyTagClassName
{
color: #C9AB3F;
}
</style>
background-color css
<style>
a { background-color: #C9AB3F; }
a { background-color: rgb(201,171,63); }
div.DivClassName
{
background-color: #C9AB3F;
}
.BgClassName
{
background-color: #C9AB3F;
}
</style>
border-color css
<style>
span { border-color: #C9AB3F; }
span { border-color: rgb(201,171,63); }
td.TdClassName
{
border-color: #C9AB3F;
}
.TagClassName
{
border-color: #C9AB3F;
}
</style>