Shades of Old Gold #C9B342
Tints of Old Gold #C9B342
RGB
CMYK
RGB Variations
Color information
#C9B342 (or 0xC9B342) is known color: Old Gold. HEX triplet: C9, B3 and 42. RGB value is (201,179,66). Sum of RGB (Red+Green+Blue) = 201+179+66=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B342 is #364CBD. Grayscale: #ADADAD. Windows color (decimal): -3558590 or 4371401. OLE color: 4371401.
HSL color Cylindrical-coordinate representation of color #C9B342: hue angle of 50.22º 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 #C9B342 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 66 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.21 |
| HSL | 50.22º | 0.56% | 0.52% | - |
| HSV(B) | 50.22º | 0.67% | 0.79% | - |
| XYZ | 41.19 | 45.05 | 11.68 | - |
| YUV | 172.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 66 | 0 | 0.11 | 0.67 | 0.21 | 50.22 | 0.56 | 0.52 |
| Hex | C9 | B3 | 42 | 0 | B | 43 | 15 | 32 | 38 | 34 |
| Octal | 311 | 263 | 102 | 0 | 13 | 103 | 25 | 62 | 70 | 64 |
| Binary | 11001001 | 10110011 | 1000010 | 0 | 1011 | 1000011 | 10101 | 110010 | 111000 | 110100 |
Color Harmonies of #C9B342
Complementary color
Monochromatic Colors of #C9B342
Black with #C9B342
Text Example
Text Example
White with #C9B342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B342; }
p { color: rgb(201,179,66); }
H1.HeaderClassName
{
color: #C9B342;
}
.AnyTagClassName
{
color: #C9B342;
}
</style>
background-color css
<style>
a { background-color: #C9B342; }
a { background-color: rgb(201,179,66); }
div.DivClassName
{
background-color: #C9B342;
}
.BgClassName
{
background-color: #C9B342;
}
</style>
border-color css
<style>
span { border-color: #C9B342; }
span { border-color: rgb(201,179,66); }
td.TdClassName
{
border-color: #C9B342;
}
.TagClassName
{
border-color: #C9B342;
}
</style>