Shades of Old Gold #C8B632
Tints of Old Gold #C8B632
RGB
CMYK
RGB Variations
Color information
#C8B632 (or 0xC8B632) is known color: Old Gold. HEX triplet: C8, B6 and 32. RGB value is (200,182,50). Sum of RGB (Red+Green+Blue) = 200+182+50=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B632 is #3749CD. Grayscale: #ACACAC. Windows color (decimal): -3623374 or 3323592. OLE color: 3323592.
HSL color Cylindrical-coordinate representation of color #C8B632: hue angle of 52.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8B632 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 50 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.22 |
| HSL | 52.8º | 0.6% | 0.49% | - |
| HSV(B) | 52.8º | 0.75% | 0.78% | - |
| XYZ | 41.12 | 45.97 | 9.72 | - |
| YUV | 172.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 50 | 0 | 0.09 | 0.75 | 0.22 | 52.8 | 0.6 | 0.49 |
| Hex | C8 | B6 | 32 | 0 | 9 | 4B | 16 | 35 | 3C | 31 |
| Octal | 310 | 266 | 62 | 0 | 11 | 113 | 26 | 65 | 74 | 61 |
| Binary | 11001000 | 10110110 | 110010 | 0 | 1001 | 1001011 | 10110 | 110101 | 111100 | 110001 |
Color Harmonies of #C8B632
Complementary color
Monochromatic Colors of #C8B632
Black with #C8B632
Text Example
Text Example
White with #C8B632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B632; }
p { color: rgb(200,182,50); }
H1.HeaderClassName
{
color: #C8B632;
}
.AnyTagClassName
{
color: #C8B632;
}
</style>
background-color css
<style>
a { background-color: #C8B632; }
a { background-color: rgb(200,182,50); }
div.DivClassName
{
background-color: #C8B632;
}
.BgClassName
{
background-color: #C8B632;
}
</style>
border-color css
<style>
span { border-color: #C8B632; }
span { border-color: rgb(200,182,50); }
td.TdClassName
{
border-color: #C8B632;
}
.TagClassName
{
border-color: #C8B632;
}
</style>