Shades of Old Gold #C9B438
Tints of Old Gold #C9B438
RGB
CMYK
RGB Variations
Color information
#C9B438 (or 0xC9B438) is known color: Old Gold. HEX triplet: C9, B4 and 38. RGB value is (201,180,56). Sum of RGB (Red+Green+Blue) = 201+180+56=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B438 is #364BC7. Grayscale: #ACACAC. Windows color (decimal): -3558344 or 3716297. OLE color: 3716297.
HSL color Cylindrical-coordinate representation of color #C9B438: hue angle of 51.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9B438 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 56 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.21 |
| HSL | 51.31º | 0.57% | 0.5% | - |
| HSV(B) | 51.31º | 0.72% | 0.79% | - |
| XYZ | 41.12 | 45.35 | 10.33 | - |
| YUV | 172.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 56 | 0 | 0.10 | 0.72 | 0.21 | 51.31 | 0.57 | 0.5 |
| Hex | C9 | B4 | 38 | 0 | A | 48 | 15 | 33 | 39 | 32 |
| Octal | 311 | 264 | 70 | 0 | 12 | 110 | 25 | 63 | 71 | 62 |
| Binary | 11001001 | 10110100 | 111000 | 0 | 1010 | 1001000 | 10101 | 110011 | 111001 | 110010 |
Color Harmonies of #C9B438
Complementary color
Monochromatic Colors of #C9B438
Black with #C9B438
Text Example
Text Example
White with #C9B438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B438; }
p { color: rgb(201,180,56); }
H1.HeaderClassName
{
color: #C9B438;
}
.AnyTagClassName
{
color: #C9B438;
}
</style>
background-color css
<style>
a { background-color: #C9B438; }
a { background-color: rgb(201,180,56); }
div.DivClassName
{
background-color: #C9B438;
}
.BgClassName
{
background-color: #C9B438;
}
</style>
border-color css
<style>
span { border-color: #C9B438; }
span { border-color: rgb(201,180,56); }
td.TdClassName
{
border-color: #C9B438;
}
.TagClassName
{
border-color: #C9B438;
}
</style>