#C2B03F

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

Shades of Old Gold #C2B03F

Tints of Old Gold #C2B03F

Color information

#C2B03F (or 0xC2B03F) is unknown color: approx Old Gold. HEX triplet: C2, B0 and 3F. RGB value is (194,176,63). Sum of RGB (Red+Green+Blue) = 194+176+63=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B03F is #3D4FC0. Grayscale: #A8A8A8. Windows color (decimal): -4018113 or 4174018. OLE color: 4174018.

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

Color convert

RGB19417663-
CMYK00.090.680.24
HSL51.76º51.78%50.39%-
HSV(B)51.76º67.53%76.08%-
XYZ38.6742.8810.94-
YUV168.568.46146.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 63 (25% from 255) = 14.55%
R=44.80%
G=40.65%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941766300.090.680.2451.7651.7850.39
HexC2B03F094418343432
Octal3022607701110430646462
Binary110000101011000011111101001100010011000110100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B03F; }

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

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

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

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

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

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

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

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