Shades of Old Gold #C9B23A
Tints of Old Gold #C9B23A
RGB
CMYK
RGB Variations
Color information
#C9B23A (or 0xC9B23A) is known color: Old Gold. HEX triplet: C9, B2 and 3A. RGB value is (201,178,58). Sum of RGB (Red+Green+Blue) = 201+178+58=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B23A is #364DC5. Grayscale: #ABABAB. Windows color (decimal): -3558854 or 3846857. OLE color: 3846857.
HSL color Cylindrical-coordinate representation of color #C9B23A: hue angle of 50.35º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9B23A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 58 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.21 |
| HSL | 50.35º | 0.57% | 0.51% | - |
| HSV(B) | 50.35º | 0.71% | 0.79% | - |
| XYZ | 40.77 | 44.56 | 10.46 | - |
| YUV | 171.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 58 | 0 | 0.11 | 0.71 | 0.21 | 50.35 | 0.57 | 0.51 |
| Hex | C9 | B2 | 3A | 0 | B | 47 | 15 | 32 | 39 | 33 |
| Octal | 311 | 262 | 72 | 0 | 13 | 107 | 25 | 62 | 71 | 63 |
| Binary | 11001001 | 10110010 | 111010 | 0 | 1011 | 1000111 | 10101 | 110010 | 111001 | 110011 |
Color Harmonies of #C9B23A
Complementary color
Monochromatic Colors of #C9B23A
Black with #C9B23A
Text Example
Text Example
White with #C9B23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B23A; }
p { color: rgb(201,178,58); }
H1.HeaderClassName
{
color: #C9B23A;
}
.AnyTagClassName
{
color: #C9B23A;
}
</style>
background-color css
<style>
a { background-color: #C9B23A; }
a { background-color: rgb(201,178,58); }
div.DivClassName
{
background-color: #C9B23A;
}
.BgClassName
{
background-color: #C9B23A;
}
</style>
border-color css
<style>
span { border-color: #C9B23A; }
span { border-color: rgb(201,178,58); }
td.TdClassName
{
border-color: #C9B23A;
}
.TagClassName
{
border-color: #C9B23A;
}
</style>