#C4B43D

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

Shades of Old Gold #C4B43D

Tints of Old Gold #C4B43D

Color information

#C4B43D (or 0xC4B43D) is unknown color: approx Old Gold. HEX triplet: C4, B4 and 3D. RGB value is (196,180,61). Sum of RGB (Red+Green+Blue) = 196+180+61=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B43D is #3B4BC2. Grayscale: #ABABAB. Windows color (decimal): -3886019 or 4043972. OLE color: 4043972.

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

Color convert

RGB19618061-
CMYK00.080.690.23
HSL52.89º53.36%50.39%-
HSV(B)52.89º68.88%76.86%-
XYZ39.9344.7210.94-
YUV171.2265.8145.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=44.85%
G=41.19%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961806100.080.690.2352.8953.3650.39
HexC4B43D084517353532
Octal3042647501010527656562
Binary110001001011010011110101000100010110111110101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B43D; }

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

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

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

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

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

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

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

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