Shades of Old Gold #C9B83D
Tints of Old Gold #C9B83D
RGB
CMYK
RGB Variations
Color information
#C9B83D (or 0xC9B83D) is known color: Old Gold. HEX triplet: C9, B8 and 3D. RGB value is (201,184,61). Sum of RGB (Red+Green+Blue) = 201+184+61=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B83D is #3647C2. Grayscale: #AFAFAF. Windows color (decimal): -3557315 or 4045001. OLE color: 4045001.
HSL color Cylindrical-coordinate representation of color #C9B83D: hue angle of 52.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 #C9B83D is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 61 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.21 |
| HSL | 52.71º | 0.56% | 0.51% | - |
| HSV(B) | 52.71º | 0.7% | 0.79% | - |
| XYZ | 42.07 | 47.04 | 11.28 | - |
| YUV | 175.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 61 | 0 | 0.08 | 0.70 | 0.21 | 52.71 | 0.56 | 0.51 |
| Hex | C9 | B8 | 3D | 0 | 8 | 46 | 15 | 35 | 38 | 33 |
| Octal | 311 | 270 | 75 | 0 | 10 | 106 | 25 | 65 | 70 | 63 |
| Binary | 11001001 | 10111000 | 111101 | 0 | 1000 | 1000110 | 10101 | 110101 | 111000 | 110011 |
Color Harmonies of #C9B83D
Complementary color
Monochromatic Colors of #C9B83D
Black with #C9B83D
Text Example
Text Example
White with #C9B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B83D; }
p { color: rgb(201,184,61); }
H1.HeaderClassName
{
color: #C9B83D;
}
.AnyTagClassName
{
color: #C9B83D;
}
</style>
background-color css
<style>
a { background-color: #C9B83D; }
a { background-color: rgb(201,184,61); }
div.DivClassName
{
background-color: #C9B83D;
}
.BgClassName
{
background-color: #C9B83D;
}
</style>
border-color css
<style>
span { border-color: #C9B83D; }
span { border-color: rgb(201,184,61); }
td.TdClassName
{
border-color: #C9B83D;
}
.TagClassName
{
border-color: #C9B83D;
}
</style>