Shades of Old Gold #C8B02D
Tints of Old Gold #C8B02D
RGB
CMYK
RGB Variations
Color information
#C8B02D (or 0xC8B02D) is known color: Old Gold. HEX triplet: C8, B0 and 2D. RGB value is (200,176,45). Sum of RGB (Red+Green+Blue) = 200+176+45=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B02D is #374FD2. Grayscale: #A8A8A8. Windows color (decimal): -3624915 or 2994376. OLE color: 2994376.
HSL color Cylindrical-coordinate representation of color #C8B02D: hue angle of 50.71º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8B02D is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 45 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.22 |
| HSL | 50.71º | 0.63% | 0.48% | - |
| HSV(B) | 50.71º | 0.78% | 0.78% | - |
| XYZ | 39.82 | 43.52 | 8.78 | - |
| YUV | 168.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 45 | 0 | 0.12 | 0.78 | 0.22 | 50.71 | 0.63 | 0.48 |
| Hex | C8 | B0 | 2D | 0 | C | 4E | 16 | 33 | 3F | 30 |
| Octal | 310 | 260 | 55 | 0 | 14 | 116 | 26 | 63 | 77 | 60 |
| Binary | 11001000 | 10110000 | 101101 | 0 | 1100 | 1001110 | 10110 | 110011 | 111111 | 110000 |
Color Harmonies of #C8B02D
Complementary color
Monochromatic Colors of #C8B02D
Black with #C8B02D
Text Example
Text Example
White with #C8B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B02D; }
p { color: rgb(200,176,45); }
H1.HeaderClassName
{
color: #C8B02D;
}
.AnyTagClassName
{
color: #C8B02D;
}
</style>
background-color css
<style>
a { background-color: #C8B02D; }
a { background-color: rgb(200,176,45); }
div.DivClassName
{
background-color: #C8B02D;
}
.BgClassName
{
background-color: #C8B02D;
}
</style>
border-color css
<style>
span { border-color: #C8B02D; }
span { border-color: rgb(200,176,45); }
td.TdClassName
{
border-color: #C8B02D;
}
.TagClassName
{
border-color: #C8B02D;
}
</style>