#C2B933

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

Shades of Old Gold #C2B933

Tints of Old Gold #C2B933

Color information

#C2B933 (or 0xC2B933) is unknown color: approx Old Gold. HEX triplet: C2, B9 and 33. RGB value is (194,185,51). Sum of RGB (Red+Green+Blue) = 194+185+51=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B933 is #3D46CC. Grayscale: #ACACAC. Windows color (decimal): -4015821 or 3389890. OLE color: 3389890.

HSL color Cylindrical-coordinate representation of color #C2B933: hue angle of 56.22º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2B933 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19418551-
CMYK00.050.740.24
HSL56.22º58.37%48.04%-
HSV(B)56.22º73.71%76.08%-
XYZ40.1946.419.97-
YUV172.4259.48143.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 51 (20.31% from 255) = 11.86%
R=45.12%
G=43.02%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941855100.050.740.2456.2258.3748.04
HexC2B933054A18383a30
Octal302271630511230707260
Binary11000010101110011100110101100101011000111000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B933; }

 p { color: rgb(194,185,51); }

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

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

 a { background-color: rgb(194,185,51); }

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

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

 span { border-color: rgb(194,185,51); }

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