#C3B83E

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

Shades of Old Gold #C3B83E

Tints of Old Gold #C3B83E

Color information

#C3B83E (or 0xC3B83E) is unknown color: approx Old Gold. HEX triplet: C3, B8 and 3E. RGB value is (195,184,62). Sum of RGB (Red+Green+Blue) = 195+184+62=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B83E is #3C47C1. Grayscale: #ADADAD. Windows color (decimal): -3950530 or 4110531. OLE color: 4110531.

HSL color Cylindrical-coordinate representation of color #C3B83E: hue angle of 55.04º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3B83E is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19518462-
CMYK00.060.680.24
HSL55.04º52.57%50.39%-
HSV(B)55.04º68.21%76.47%-
XYZ40.5246.2311.35-
YUV173.3865.14143.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 62 (24.61% from 255) = 14.06%
R=44.22%
G=41.72%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951846200.060.680.2455.0452.5750.39
HexC3B83E064418373532
Octal303270760610430676562
Binary11000011101110001111100110100010011000110111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B83E; }

 p { color: rgb(195,184,62); }

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

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

 a { background-color: rgb(195,184,62); }

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

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

 span { border-color: rgb(195,184,62); }

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