Shades of Old Gold #C8AF33
Tints of Old Gold #C8AF33
RGB
CMYK
RGB Variations
Color information
#C8AF33 (or 0xC8AF33) is known color: Old Gold. HEX triplet: C8, AF and 33. RGB value is (200,175,51). Sum of RGB (Red+Green+Blue) = 200+175+51=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF33 is #3750CC. Grayscale: #A8A8A8. Windows color (decimal): -3625165 or 3387336. OLE color: 3387336.
HSL color Cylindrical-coordinate representation of color #C8AF33: hue angle of 49.93º degrees, saturation: 0.59, 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 #C8AF33 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 51 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.22 |
| HSL | 49.93º | 0.59% | 0.49% | - |
| HSV(B) | 49.93º | 0.75% | 0.78% | - |
| XYZ | 39.75 | 43.18 | 9.37 | - |
| YUV | 168.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 51 | 0 | 0.12 | 0.74 | 0.22 | 49.93 | 0.59 | 0.49 |
| Hex | C8 | AF | 33 | 0 | C | 4A | 16 | 32 | 3B | 31 |
| Octal | 310 | 257 | 63 | 0 | 14 | 112 | 26 | 62 | 73 | 61 |
| Binary | 11001000 | 10101111 | 110011 | 0 | 1100 | 1001010 | 10110 | 110010 | 111011 | 110001 |
Color Harmonies of #C8AF33
Complementary color
Monochromatic Colors of #C8AF33
Black with #C8AF33
Text Example
Text Example
White with #C8AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF33; }
p { color: rgb(200,175,51); }
H1.HeaderClassName
{
color: #C8AF33;
}
.AnyTagClassName
{
color: #C8AF33;
}
</style>
background-color css
<style>
a { background-color: #C8AF33; }
a { background-color: rgb(200,175,51); }
div.DivClassName
{
background-color: #C8AF33;
}
.BgClassName
{
background-color: #C8AF33;
}
</style>
border-color css
<style>
span { border-color: #C8AF33; }
span { border-color: rgb(200,175,51); }
td.TdClassName
{
border-color: #C8AF33;
}
.TagClassName
{
border-color: #C8AF33;
}
</style>