#C3B83A

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

Shades of Old Gold #C3B83A

Tints of Old Gold #C3B83A

Color information

#C3B83A (or 0xC3B83A) is unknown color: approx Old Gold. HEX triplet: C3, B8 and 3A. RGB value is (195,184,58). Sum of RGB (Red+Green+Blue) = 195+184+58=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B83A is #3C47C5. Grayscale: #ADADAD. Windows color (decimal): -3950534 or 3848387. OLE color: 3848387.

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

Color convert

RGB19518458-
CMYK00.060.700.24
HSL55.18º54.15%49.61%-
HSV(B)55.18º70.26%76.47%-
XYZ40.4146.1910.79-
YUV172.9263.14143.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 58 (23.05% from 255) = 13.27%
R=44.62%
G=42.11%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951845800.060.700.2455.1854.1549.61
HexC3B83A064618373632
Octal303270720610630676662
Binary11000011101110001110100110100011011000110111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B83A; }

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

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

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

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

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

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

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

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