Shades of Old Gold #C5B23D
Tints of Old Gold #C5B23D
RGB
CMYK
RGB Variations
Color information
#C5B23D (or 0xC5B23D) is known color: Old Gold. HEX triplet: C5, B2 and 3D. RGB value is (197,178,61). Sum of RGB (Red+Green+Blue) = 197+178+61=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B23D is #3A4DC2. Grayscale: #AAAAAA. Windows color (decimal): -3820995 or 4043461. OLE color: 4043461.
HSL color Cylindrical-coordinate representation of color #C5B23D: hue angle of 51.62º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5B23D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 61 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.23 |
| HSL | 51.62º | 0.54% | 0.51% | - |
| HSV(B) | 51.62º | 0.69% | 0.77% | - |
| XYZ | 39.79 | 44.05 | 10.82 | - |
| YUV | 170.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 61 | 0 | 0.10 | 0.69 | 0.23 | 51.62 | 0.54 | 0.51 |
| Hex | C5 | B2 | 3D | 0 | A | 45 | 17 | 34 | 36 | 33 |
| Octal | 305 | 262 | 75 | 0 | 12 | 105 | 27 | 64 | 66 | 63 |
| Binary | 11000101 | 10110010 | 111101 | 0 | 1010 | 1000101 | 10111 | 110100 | 110110 | 110011 |
Color Harmonies of #C5B23D
Complementary color
Monochromatic Colors of #C5B23D
Black with #C5B23D
Text Example
Text Example
White with #C5B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B23D; }
p { color: rgb(197,178,61); }
H1.HeaderClassName
{
color: #C5B23D;
}
.AnyTagClassName
{
color: #C5B23D;
}
</style>
background-color css
<style>
a { background-color: #C5B23D; }
a { background-color: rgb(197,178,61); }
div.DivClassName
{
background-color: #C5B23D;
}
.BgClassName
{
background-color: #C5B23D;
}
</style>
border-color css
<style>
span { border-color: #C5B23D; }
span { border-color: rgb(197,178,61); }
td.TdClassName
{
border-color: #C5B23D;
}
.TagClassName
{
border-color: #C5B23D;
}
</style>