#C2B83F

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

Shades of Old Gold #C2B83F

Tints of Old Gold #C2B83F

Color information

#C2B83F (or 0xC2B83F) is unknown color: approx Old Gold. HEX triplet: C2, B8 and 3F. RGB value is (194,184,63). Sum of RGB (Red+Green+Blue) = 194+184+63=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B83F is #3D47C0. Grayscale: #ADADAD. Windows color (decimal): -4016065 or 4176066. OLE color: 4176066.

HSL color Cylindrical-coordinate representation of color #C2B83F: hue angle of 55.42º degrees, saturation: 0.52, 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 #C2B83F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19418463-
CMYK00.050.680.24
HSL55.42º51.78%50.39%-
HSV(B)55.42º67.53%76.08%-
XYZ40.2946.1111.48-
YUV173.265.81142.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 63 (25% from 255) = 14.29%
R=43.99%
G=41.72%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941846300.050.680.2455.4251.7850.39
HexC2B83F054418373432
Octal302270770510430676462
Binary11000010101110001111110101100010011000110111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B83F; }

 p { color: rgb(194,184,63); }

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

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

 a { background-color: rgb(194,184,63); }

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

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

 span { border-color: rgb(194,184,63); }

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