#C7B52C

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

Shades of Old Gold #C7B52C

Tints of Old Gold #C7B52C

Color information

#C7B52C (or 0xC7B52C) is unknown color: approx Old Gold. HEX triplet: C7, B5 and 2C. RGB value is (199,181,44). Sum of RGB (Red+Green+Blue) = 199+181+44=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B52C is #384AD3. Grayscale: #ABABAB. Windows color (decimal): -3689172 or 2930119. OLE color: 2930119.

HSL color Cylindrical-coordinate representation of color #C7B52C: hue angle of 53.03º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7B52C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19918144-
CMYK00.090.780.22
HSL53.03º63.79%47.65%-
HSV(B)53.03º77.89%78.04%-
XYZ40.5345.379-
YUV170.7656.46148.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.93%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 44 (17.58% from 255) = 10.38%
R=46.93%
G=42.69%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991814400.090.780.2253.0363.7947.65
HexC7B52C094E16354030
Octal30726554011116266510060
Binary1100011110110101101100010011001110101101101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B52C; }

 p { color: rgb(199,181,44); }

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

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

 a { background-color: rgb(199,181,44); }

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

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

 span { border-color: rgb(199,181,44); }

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