#C4C038

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

Shades of Old Gold #C4C038

Tints of Old Gold #C4C038

Color information

#C4C038 (or 0xC4C038) is unknown color: approx Old Gold. HEX triplet: C4, C0 and 38. RGB value is (196,192,56). Sum of RGB (Red+Green+Blue) = 196+192+56=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C038 is #3B3FC7. Grayscale: #B2B2B2. Windows color (decimal): -3882952 or 3719364. OLE color: 3719364.

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

Color convert

RGB19619256-
CMYK00.020.710.23
HSL58.29º55.56%49.41%-
HSV(B)58.29º71.43%76.86%-
XYZ42.3349.7211.11-
YUV177.6959.33141.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 56 (22.27% from 255) = 12.61%
R=44.14%
G=43.24%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961925600.020.710.2358.2955.5649.41
HexC4C0380247173a3831
Octal304300700210727727061
Binary1100010011000000111000010100011110111111010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C038; }

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

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

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

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

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

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

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

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