Shades of Old Gold #C9B33D
Tints of Old Gold #C9B33D
RGB
CMYK
RGB Variations
Color information
#C9B33D (or 0xC9B33D) is known color: Old Gold. HEX triplet: C9, B3 and 3D. RGB value is (201,179,61). Sum of RGB (Red+Green+Blue) = 201+179+61=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B33D is #364CC2. Grayscale: #ACACAC. Windows color (decimal): -3558595 or 4043721. OLE color: 4043721.
HSL color Cylindrical-coordinate representation of color #C9B33D: hue angle of 50.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9B33D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 61 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.21 |
| HSL | 50.57º | 0.56% | 0.51% | - |
| HSV(B) | 50.57º | 0.7% | 0.79% | - |
| XYZ | 41.05 | 44.99 | 10.94 | - |
| YUV | 172.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 61 | 0 | 0.11 | 0.70 | 0.21 | 50.57 | 0.56 | 0.51 |
| Hex | C9 | B3 | 3D | 0 | B | 46 | 15 | 33 | 38 | 33 |
| Octal | 311 | 263 | 75 | 0 | 13 | 106 | 25 | 63 | 70 | 63 |
| Binary | 11001001 | 10110011 | 111101 | 0 | 1011 | 1000110 | 10101 | 110011 | 111000 | 110011 |
Color Harmonies of #C9B33D
Complementary color
Monochromatic Colors of #C9B33D
Black with #C9B33D
Text Example
Text Example
White with #C9B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B33D; }
p { color: rgb(201,179,61); }
H1.HeaderClassName
{
color: #C9B33D;
}
.AnyTagClassName
{
color: #C9B33D;
}
</style>
background-color css
<style>
a { background-color: #C9B33D; }
a { background-color: rgb(201,179,61); }
div.DivClassName
{
background-color: #C9B33D;
}
.BgClassName
{
background-color: #C9B33D;
}
</style>
border-color css
<style>
span { border-color: #C9B33D; }
span { border-color: rgb(201,179,61); }
td.TdClassName
{
border-color: #C9B33D;
}
.TagClassName
{
border-color: #C9B33D;
}
</style>