#C8C036

Color #C8C036 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C8C036

Tints of Old Gold #C8C036

Color information

#C8C036 (or 0xC8C036) is unknown color: approx Old Gold. HEX triplet: C8, C0 and 36. RGB value is (200,192,54). Sum of RGB (Red+Green+Blue) = 200+192+54=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C036 is #373FC9. Grayscale: #B3B3B3. Windows color (decimal): -3620810 or 3588296. OLE color: 3588296.

HSL color Cylindrical-coordinate representation of color #C8C036: hue angle of 56.71º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8C036 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB20019254-
CMYK00.040.730.22
HSL56.71º57.48%49.8%-
HSV(B)56.71º73%78.43%-
XYZ43.3350.2410.9-
YUV178.6657.65143.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 54 (21.48% from 255) = 12.11%
R=44.84%
G=43.05%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001925400.040.730.2256.7157.4849.8
HexC8C036044916393932
Octal310300660411126717162
Binary11001000110000001101100100100100110110111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C036; }

 p { color: rgb(200,192,54); }

 H1.HeaderClassName
 {
   color: #C8C036;
 }
 .AnyTagClassName
 {
   color: #C8C036;
 }
</style>
background-color css

<style>
 a { background-color: #C8C036; }

 a { background-color: rgb(200,192,54); }

 div.DivClassName
 {
   background-color: #C8C036;
 }
 .BgClassName
 {
   background-color: #C8C036;
 }
</style>
border-color css

<style>
 span { border-color: #C8C036; }

 span { border-color: rgb(200,192,54); }

 td.TdClassName
 {
   border-color: #C8C036;
 }
 .TagClassName
 {
   border-color: #C8C036;
 }
</style>