Shades of Old Gold #C9B32B
Tints of Old Gold #C9B32B
RGB
CMYK
RGB Variations
Color information
#C9B32B (or 0xC9B32B) is known color: Old Gold. HEX triplet: C9, B3 and 2B. RGB value is (201,179,43). Sum of RGB (Red+Green+Blue) = 201+179+43=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B32B is #364CD4. Grayscale: #AAAAAA. Windows color (decimal): -3558613 or 2864073. OLE color: 2864073.
HSL color Cylindrical-coordinate representation of color #C9B32B: hue angle of 51.65º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9B32B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 43 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.21 |
| HSL | 51.65º | 0.65% | 0.48% | - |
| HSV(B) | 51.65º | 0.79% | 0.79% | - |
| XYZ | 40.64 | 44.83 | 8.8 | - |
| YUV | 170.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 43 | 0 | 0.11 | 0.79 | 0.21 | 51.65 | 0.65 | 0.48 |
| Hex | C9 | B3 | 2B | 0 | B | 4F | 15 | 34 | 41 | 30 |
| Octal | 311 | 263 | 53 | 0 | 13 | 117 | 25 | 64 | 101 | 60 |
| Binary | 11001001 | 10110011 | 101011 | 0 | 1011 | 1001111 | 10101 | 110100 | 1000001 | 110000 |
Color Harmonies of #C9B32B
Complementary color
Monochromatic Colors of #C9B32B
Black with #C9B32B
Text Example
Text Example
White with #C9B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B32B; }
p { color: rgb(201,179,43); }
H1.HeaderClassName
{
color: #C9B32B;
}
.AnyTagClassName
{
color: #C9B32B;
}
</style>
background-color css
<style>
a { background-color: #C9B32B; }
a { background-color: rgb(201,179,43); }
div.DivClassName
{
background-color: #C9B32B;
}
.BgClassName
{
background-color: #C9B32B;
}
</style>
border-color css
<style>
span { border-color: #C9B32B; }
span { border-color: rgb(201,179,43); }
td.TdClassName
{
border-color: #C9B32B;
}
.TagClassName
{
border-color: #C9B32B;
}
</style>