Shades of Old Gold #C9B13D
Tints of Old Gold #C9B13D
RGB
CMYK
RGB Variations
Color information
#C9B13D (or 0xC9B13D) is known color: Old Gold. HEX triplet: C9, B1 and 3D. RGB value is (201,177,61). Sum of RGB (Red+Green+Blue) = 201+177+61=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B13D is #364EC2. Grayscale: #ABABAB. Windows color (decimal): -3559107 or 4043209. OLE color: 4043209.
HSL color Cylindrical-coordinate representation of color #C9B13D: hue angle of 49.71º 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 #C9B13D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 61 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.21 |
| HSL | 49.71º | 0.56% | 0.51% | - |
| HSV(B) | 49.71º | 0.7% | 0.79% | - |
| XYZ | 40.65 | 44.2 | 10.8 | - |
| YUV | 170.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 61 | 0 | 0.12 | 0.70 | 0.21 | 49.71 | 0.56 | 0.51 |
| Hex | C9 | B1 | 3D | 0 | C | 46 | 15 | 32 | 38 | 33 |
| Octal | 311 | 261 | 75 | 0 | 14 | 106 | 25 | 62 | 70 | 63 |
| Binary | 11001001 | 10110001 | 111101 | 0 | 1100 | 1000110 | 10101 | 110010 | 111000 | 110011 |
Color Harmonies of #C9B13D
Complementary color
Monochromatic Colors of #C9B13D
Black with #C9B13D
Text Example
Text Example
White with #C9B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B13D; }
p { color: rgb(201,177,61); }
H1.HeaderClassName
{
color: #C9B13D;
}
.AnyTagClassName
{
color: #C9B13D;
}
</style>
background-color css
<style>
a { background-color: #C9B13D; }
a { background-color: rgb(201,177,61); }
div.DivClassName
{
background-color: #C9B13D;
}
.BgClassName
{
background-color: #C9B13D;
}
</style>
border-color css
<style>
span { border-color: #C9B13D; }
span { border-color: rgb(201,177,61); }
td.TdClassName
{
border-color: #C9B13D;
}
.TagClassName
{
border-color: #C9B13D;
}
</style>