#C3B33B

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

Shades of Old Gold #C3B33B

Tints of Old Gold #C3B33B

Color information

#C3B33B (or 0xC3B33B) is unknown color: approx Old Gold. HEX triplet: C3, B3 and 3B. RGB value is (195,179,59). Sum of RGB (Red+Green+Blue) = 195+179+59=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B33B is #3C4CC4. Grayscale: #AAAAAA. Windows color (decimal): -3951813 or 3912643. OLE color: 3912643.

HSL color Cylindrical-coordinate representation of color #C3B33B: hue angle of 52.94º 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 #C3B33B is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19517959-
CMYK00.080.700.24
HSL52.94º53.54%49.8%-
HSV(B)52.94º69.74%76.47%-
XYZ39.4244.1610.58-
YUV170.165.3145.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 59 (23.44% from 255) = 13.63%
R=45.03%
G=41.34%
B=13.63%

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
Decimal1951795900.080.700.2452.9453.5449.8
HexC3B33B084618353632
Octal3032637301010630656662
Binary110000111011001111101101000100011011000110101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B33B; }

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

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

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

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

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

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

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

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