#C4B43A

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

Shades of Old Gold #C4B43A

Tints of Old Gold #C4B43A

Color information

#C4B43A (or 0xC4B43A) is unknown color: approx Old Gold. HEX triplet: C4, B4 and 3A. RGB value is (196,180,58). Sum of RGB (Red+Green+Blue) = 196+180+58=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B43A is #3B4BC5. Grayscale: #ABABAB. Windows color (decimal): -3886022 or 3847364. OLE color: 3847364.

HSL color Cylindrical-coordinate representation of color #C4B43A: hue angle of 53.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4B43A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19618058-
CMYK00.080.700.23
HSL53.04º54.33%49.8%-
HSV(B)53.04º70.41%76.86%-
XYZ39.8544.6810.53-
YUV170.8864.3145.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 58 (23.05% from 255) = 13.36%
R=45.16%
G=41.47%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961805800.080.700.2353.0454.3349.8
HexC4B43A084617353632
Octal3042647201010627656662
Binary110001001011010011101001000100011010111110101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B43A; }

 p { color: rgb(196,180,58); }

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

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

 a { background-color: rgb(196,180,58); }

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

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

 span { border-color: rgb(196,180,58); }

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