Shades of Old Gold #C8B345
Tints of Old Gold #C8B345
RGB
CMYK
RGB Variations
Color information
#C8B345 (or 0xC8B345) is known color: Old Gold. HEX triplet: C8, B3 and 45. RGB value is (200,179,69). Sum of RGB (Red+Green+Blue) = 200+179+69=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B345 is #374CBA. Grayscale: #ADADAD. Windows color (decimal): -3624123 or 4568008. OLE color: 4568008.
HSL color Cylindrical-coordinate representation of color #C8B345: hue angle of 50.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8B345 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 69 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.22 |
| HSL | 50.38º | 0.54% | 0.53% | - |
| HSV(B) | 50.38º | 0.66% | 0.78% | - |
| XYZ | 41.01 | 44.95 | 12.14 | - |
| YUV | 172.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 69 | 0 | 0.10 | 0.66 | 0.22 | 50.38 | 0.54 | 0.53 |
| Hex | C8 | B3 | 45 | 0 | A | 42 | 16 | 32 | 36 | 35 |
| Octal | 310 | 263 | 105 | 0 | 12 | 102 | 26 | 62 | 66 | 65 |
| Binary | 11001000 | 10110011 | 1000101 | 0 | 1010 | 1000010 | 10110 | 110010 | 110110 | 110101 |
Color Harmonies of #C8B345
Complementary color
Monochromatic Colors of #C8B345
Black with #C8B345
Text Example
Text Example
White with #C8B345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B345; }
p { color: rgb(200,179,69); }
H1.HeaderClassName
{
color: #C8B345;
}
.AnyTagClassName
{
color: #C8B345;
}
</style>
background-color css
<style>
a { background-color: #C8B345; }
a { background-color: rgb(200,179,69); }
div.DivClassName
{
background-color: #C8B345;
}
.BgClassName
{
background-color: #C8B345;
}
</style>
border-color css
<style>
span { border-color: #C8B345; }
span { border-color: rgb(200,179,69); }
td.TdClassName
{
border-color: #C8B345;
}
.TagClassName
{
border-color: #C8B345;
}
</style>