#C4B840

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

Shades of Old Gold #C4B840

Tints of Old Gold #C4B840

Color information

#C4B840 (or 0xC4B840) is unknown color: approx Old Gold. HEX triplet: C4, B8 and 40. RGB value is (196,184,64). Sum of RGB (Red+Green+Blue) = 196+184+64=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B840 is #3B47BF. Grayscale: #AEAEAE. Windows color (decimal): -3884992 or 4241604. OLE color: 4241604.

HSL color Cylindrical-coordinate representation of color #C4B840: hue angle of 54.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4B840 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB19618464-
CMYK00.060.670.23
HSL54.55º52.8%50.98%-
HSV(B)54.55º67.35%76.86%-
XYZ40.8346.3911.65-
YUV173.9165.98143.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 64 (25.39% from 255) = 14.41%
R=44.14%
G=41.44%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961846400.060.670.2354.5552.850.98
HexC4B840064317373533
Octal3042701000610327676563
Binary110001001011100010000000110100001110111110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B840; }

 p { color: rgb(196,184,64); }

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

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

 a { background-color: rgb(196,184,64); }

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

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

 span { border-color: rgb(196,184,64); }

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