Shades of Old Gold #C8B32F
Tints of Old Gold #C8B32F
RGB
CMYK
RGB Variations
Color information
#C8B32F (or 0xC8B32F) is known color: Old Gold. HEX triplet: C8, B3 and 2F. RGB value is (200,179,47). Sum of RGB (Red+Green+Blue) = 200+179+47=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B32F is #374CD0. Grayscale: #AAAAAA. Windows color (decimal): -3624145 or 3126216. OLE color: 3126216.
HSL color Cylindrical-coordinate representation of color #C8B32F: hue angle of 51.76º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8B32F is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 47 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.22 |
| HSL | 51.76º | 0.62% | 0.48% | - |
| HSV(B) | 51.76º | 0.77% | 0.78% | - |
| XYZ | 40.45 | 44.72 | 9.19 | - |
| YUV | 170.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 47 | 0 | 0.10 | 0.76 | 0.22 | 51.76 | 0.62 | 0.48 |
| Hex | C8 | B3 | 2F | 0 | A | 4C | 16 | 34 | 3E | 30 |
| Octal | 310 | 263 | 57 | 0 | 12 | 114 | 26 | 64 | 76 | 60 |
| Binary | 11001000 | 10110011 | 101111 | 0 | 1010 | 1001100 | 10110 | 110100 | 111110 | 110000 |
Color Harmonies of #C8B32F
Complementary color
Monochromatic Colors of #C8B32F
Black with #C8B32F
Text Example
Text Example
White with #C8B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B32F; }
p { color: rgb(200,179,47); }
H1.HeaderClassName
{
color: #C8B32F;
}
.AnyTagClassName
{
color: #C8B32F;
}
</style>
background-color css
<style>
a { background-color: #C8B32F; }
a { background-color: rgb(200,179,47); }
div.DivClassName
{
background-color: #C8B32F;
}
.BgClassName
{
background-color: #C8B32F;
}
</style>
border-color css
<style>
span { border-color: #C8B32F; }
span { border-color: rgb(200,179,47); }
td.TdClassName
{
border-color: #C8B32F;
}
.TagClassName
{
border-color: #C8B32F;
}
</style>