Shades of Old Gold #C9B43F
Tints of Old Gold #C9B43F
RGB
CMYK
RGB Variations
Color information
#C9B43F (or 0xC9B43F) is known color: Old Gold. HEX triplet: C9, B4 and 3F. RGB value is (201,180,63). Sum of RGB (Red+Green+Blue) = 201+180+63=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B43F is #364BC0. Grayscale: #ADADAD. Windows color (decimal): -3558337 or 4175049. OLE color: 4175049.
HSL color Cylindrical-coordinate representation of color #C9B43F: hue angle of 50.87º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9B43F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 63 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.21 |
| HSL | 50.87º | 0.56% | 0.52% | - |
| HSV(B) | 50.87º | 0.69% | 0.79% | - |
| XYZ | 41.31 | 45.42 | 11.29 | - |
| YUV | 172.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 63 | 0 | 0.10 | 0.69 | 0.21 | 50.87 | 0.56 | 0.52 |
| Hex | C9 | B4 | 3F | 0 | A | 45 | 15 | 33 | 38 | 34 |
| Octal | 311 | 264 | 77 | 0 | 12 | 105 | 25 | 63 | 70 | 64 |
| Binary | 11001001 | 10110100 | 111111 | 0 | 1010 | 1000101 | 10101 | 110011 | 111000 | 110100 |
Color Harmonies of #C9B43F
Complementary color
Monochromatic Colors of #C9B43F
Black with #C9B43F
Text Example
Text Example
White with #C9B43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B43F; }
p { color: rgb(201,180,63); }
H1.HeaderClassName
{
color: #C9B43F;
}
.AnyTagClassName
{
color: #C9B43F;
}
</style>
background-color css
<style>
a { background-color: #C9B43F; }
a { background-color: rgb(201,180,63); }
div.DivClassName
{
background-color: #C9B43F;
}
.BgClassName
{
background-color: #C9B43F;
}
</style>
border-color css
<style>
span { border-color: #C9B43F; }
span { border-color: rgb(201,180,63); }
td.TdClassName
{
border-color: #C9B43F;
}
.TagClassName
{
border-color: #C9B43F;
}
</style>