#c4b239

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

Shades of Old Gold #C4B239

Tints of Old Gold #C4B239

Color information

#C4B239 (or 0xC4B239) is unknown color: approx Old Gold. HEX triplet: C4, B2 and 39. RGB value is (196,178,57). Sum of RGB (Red+Green+Blue) = 196+178+57=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B239 is #3B4DC6. Grayscale: #AAAAAA. Windows color (decimal): -3886535 or 3781316. OLE color: 3781316.

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

Color convert

RGB19617857-
CMYK00.090.710.23
HSL52.23º54.94%49.61%-
HSV(B)52.23º70.92%76.86%-
XYZ39.4243.8710.26-
YUV169.5964.46146.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 57 (22.66% from 255) = 13.23%
R=45.48%
G=41.30%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961785700.090.710.2352.2354.9449.61
HexC4B239094717343732
Octal3042627101110727646762
Binary110001001011001011100101001100011110111110100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b239; }

 p { color: rgb(196,178,57); }

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

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

 a { background-color: rgb(196,178,57); }

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

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

 span { border-color: rgb(196,178,57); }

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