Shades of Old Gold #C9B233
Tints of Old Gold #C9B233
RGB
CMYK
RGB Variations
Color information
#C9B233 (or 0xC9B233) is known color: Old Gold. HEX triplet: C9, B2 and 33. RGB value is (201,178,51). Sum of RGB (Red+Green+Blue) = 201+178+51=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B233 is #364DCC. Grayscale: #AAAAAA. Windows color (decimal): -3558861 or 3388105. OLE color: 3388105.
HSL color Cylindrical-coordinate representation of color #C9B233: hue angle of 50.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9B233 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 51 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.21 |
| HSL | 50.8º | 0.6% | 0.49% | - |
| HSV(B) | 50.8º | 0.75% | 0.79% | - |
| XYZ | 40.61 | 44.5 | 9.58 | - |
| YUV | 170.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 51 | 0 | 0.11 | 0.75 | 0.21 | 50.8 | 0.6 | 0.49 |
| Hex | C9 | B2 | 33 | 0 | B | 4B | 15 | 33 | 3C | 31 |
| Octal | 311 | 262 | 63 | 0 | 13 | 113 | 25 | 63 | 74 | 61 |
| Binary | 11001001 | 10110010 | 110011 | 0 | 1011 | 1001011 | 10101 | 110011 | 111100 | 110001 |
Color Harmonies of #C9B233
Complementary color
Monochromatic Colors of #C9B233
Black with #C9B233
Text Example
Text Example
White with #C9B233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B233; }
p { color: rgb(201,178,51); }
H1.HeaderClassName
{
color: #C9B233;
}
.AnyTagClassName
{
color: #C9B233;
}
</style>
background-color css
<style>
a { background-color: #C9B233; }
a { background-color: rgb(201,178,51); }
div.DivClassName
{
background-color: #C9B233;
}
.BgClassName
{
background-color: #C9B233;
}
</style>
border-color css
<style>
span { border-color: #C9B233; }
span { border-color: rgb(201,178,51); }
td.TdClassName
{
border-color: #C9B233;
}
.TagClassName
{
border-color: #C9B233;
}
</style>