Shades of Old Gold #C9B23C
Tints of Old Gold #C9B23C
RGB
CMYK
RGB Variations
Color information
#C9B23C (or 0xC9B23C) is known color: Old Gold. HEX triplet: C9, B2 and 3C. RGB value is (201,178,60). Sum of RGB (Red+Green+Blue) = 201+178+60=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B23C is #364DC3. Grayscale: #ABABAB. Windows color (decimal): -3558852 or 3977929. OLE color: 3977929.
HSL color Cylindrical-coordinate representation of color #C9B23C: hue angle of 50.21º degrees, saturation: 0.57, 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 #C9B23C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 60 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.21 |
| HSL | 50.21º | 0.57% | 0.51% | - |
| HSV(B) | 50.21º | 0.7% | 0.79% | - |
| XYZ | 40.82 | 44.58 | 10.73 | - |
| YUV | 171.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 60 | 0 | 0.11 | 0.70 | 0.21 | 50.21 | 0.57 | 0.51 |
| Hex | C9 | B2 | 3C | 0 | B | 46 | 15 | 32 | 39 | 33 |
| Octal | 311 | 262 | 74 | 0 | 13 | 106 | 25 | 62 | 71 | 63 |
| Binary | 11001001 | 10110010 | 111100 | 0 | 1011 | 1000110 | 10101 | 110010 | 111001 | 110011 |
Color Harmonies of #C9B23C
Complementary color
Monochromatic Colors of #C9B23C
Black with #C9B23C
Text Example
Text Example
White with #C9B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B23C; }
p { color: rgb(201,178,60); }
H1.HeaderClassName
{
color: #C9B23C;
}
.AnyTagClassName
{
color: #C9B23C;
}
</style>
background-color css
<style>
a { background-color: #C9B23C; }
a { background-color: rgb(201,178,60); }
div.DivClassName
{
background-color: #C9B23C;
}
.BgClassName
{
background-color: #C9B23C;
}
</style>
border-color css
<style>
span { border-color: #C9B23C; }
span { border-color: rgb(201,178,60); }
td.TdClassName
{
border-color: #C9B23C;
}
.TagClassName
{
border-color: #C9B23C;
}
</style>