#C4C035

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

Shades of Old Gold #C4C035

Tints of Old Gold #C4C035

Color information

#C4C035 (or 0xC4C035) is unknown color: approx Old Gold. HEX triplet: C4, C0 and 35. RGB value is (196,192,53). Sum of RGB (Red+Green+Blue) = 196+192+53=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C035 is #3B3FCA. Grayscale: #B1B1B1. Windows color (decimal): -3882955 or 3522756. OLE color: 3522756.

HSL color Cylindrical-coordinate representation of color #C4C035: hue angle of 58.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4C035 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19619253-
CMYK00.020.730.23
HSL58.32º57.43%48.82%-
HSV(B)58.32º72.96%76.86%-
XYZ42.2649.6910.73-
YUV177.3557.83141.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 53 (21.09% from 255) = 12.02%
R=44.44%
G=43.54%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961925300.020.730.2358.3257.4348.82
HexC4C0350249173a3931
Octal304300650211127727161
Binary1100010011000000110101010100100110111111010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C035; }

 p { color: rgb(196,192,53); }

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

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

 a { background-color: rgb(196,192,53); }

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

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

 span { border-color: rgb(196,192,53); }

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