#C2B83A

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

Shades of Old Gold #C2B83A

Tints of Old Gold #C2B83A

Color information

#C2B83A (or 0xC2B83A) is unknown color: approx Old Gold. HEX triplet: C2, B8 and 3A. RGB value is (194,184,58). Sum of RGB (Red+Green+Blue) = 194+184+58=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B83A is #3D47C5. Grayscale: #ADADAD. Windows color (decimal): -4016070 or 3848386. OLE color: 3848386.

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

Color convert

RGB19418458-
CMYK00.050.700.24
HSL55.59º53.97%49.41%-
HSV(B)55.59º70.1%76.08%-
XYZ40.1546.0610.78-
YUV172.6363.31143.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 58 (23.05% from 255) = 13.30%
R=44.50%
G=42.20%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941845800.050.700.2455.5953.9749.41
HexC2B83A054618383631
Octal302270720510630706661
Binary11000010101110001110100101100011011000111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B83A; }

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

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

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

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

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

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

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

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