Shades of Old Gold #C8AD3D
Tints of Old Gold #C8AD3D
RGB
CMYK
RGB Variations
Color information
#C8AD3D (or 0xC8AD3D) is known color: Old Gold. HEX triplet: C8, AD and 3D. RGB value is (200,173,61). Sum of RGB (Red+Green+Blue) = 200+173+61=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD3D is #3752C2. Grayscale: #A8A8A8. Windows color (decimal): -3625667 or 4042184. OLE color: 4042184.
HSL color Cylindrical-coordinate representation of color #C8AD3D: hue angle of 48.35º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8AD3D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 61 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.22 |
| HSL | 48.35º | 0.56% | 0.51% | - |
| HSV(B) | 48.35º | 0.7% | 0.78% | - |
| XYZ | 39.61 | 42.5 | 10.53 | - |
| YUV | 168.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 61 | 0 | 0.14 | 0.69 | 0.22 | 48.35 | 0.56 | 0.51 |
| Hex | C8 | AD | 3D | 0 | E | 45 | 16 | 30 | 38 | 33 |
| Octal | 310 | 255 | 75 | 0 | 16 | 105 | 26 | 60 | 70 | 63 |
| Binary | 11001000 | 10101101 | 111101 | 0 | 1110 | 1000101 | 10110 | 110000 | 111000 | 110011 |
Color Harmonies of #C8AD3D
Complementary color
Monochromatic Colors of #C8AD3D
Black with #C8AD3D
Text Example
Text Example
White with #C8AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD3D; }
p { color: rgb(200,173,61); }
H1.HeaderClassName
{
color: #C8AD3D;
}
.AnyTagClassName
{
color: #C8AD3D;
}
</style>
background-color css
<style>
a { background-color: #C8AD3D; }
a { background-color: rgb(200,173,61); }
div.DivClassName
{
background-color: #C8AD3D;
}
.BgClassName
{
background-color: #C8AD3D;
}
</style>
border-color css
<style>
span { border-color: #C8AD3D; }
span { border-color: rgb(200,173,61); }
td.TdClassName
{
border-color: #C8AD3D;
}
.TagClassName
{
border-color: #C8AD3D;
}
</style>