#C3B43B

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

Shades of Old Gold #C3B43B

Tints of Old Gold #C3B43B

Color information

#C3B43B (or 0xC3B43B) is unknown color: approx Old Gold. HEX triplet: C3, B4 and 3B. RGB value is (195,180,59). Sum of RGB (Red+Green+Blue) = 195+180+59=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B43B is #3C4BC4. Grayscale: #ABABAB. Windows color (decimal): -3951557 or 3912899. OLE color: 3912899.

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

Color convert

RGB19518059-
CMYK00.080.700.24
HSL53.38º53.54%49.8%-
HSV(B)53.38º69.74%76.47%-
XYZ39.6244.5610.65-
YUV170.6964.97145.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 59 (23.44% from 255) = 13.59%
R=44.93%
G=41.47%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951805900.080.700.2453.3853.5449.8
HexC3B43B084618353632
Octal3032647301010630656662
Binary110000111011010011101101000100011011000110101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B43B; }

 p { color: rgb(195,180,59); }

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

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

 a { background-color: rgb(195,180,59); }

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

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

 span { border-color: rgb(195,180,59); }

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