#c7b035

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

Shades of Old Gold #C7B035

Tints of Old Gold #C7B035

Color information

#C7B035 (or 0xC7B035) is unknown color: approx Old Gold. HEX triplet: C7, B0 and 35. RGB value is (199,176,53). Sum of RGB (Red+Green+Blue) = 199+176+53=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B035 is #384FCA. Grayscale: #A9A9A9. Windows color (decimal): -3690443 or 3518663. OLE color: 3518663.

HSL color Cylindrical-coordinate representation of color #C7B035: hue angle of 50.55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7B035 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19917653-
CMYK00.120.730.22
HSL50.55º57.94%49.41%-
HSV(B)50.55º73.37%78.04%-
XYZ39.7243.459.66-
YUV168.8662.62149.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 53 (21.09% from 255) = 12.38%
R=46.50%
G=41.12%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991765300.120.730.2250.5557.9449.41
HexC7B0350C4916333a31
Octal3072606501411126637261
Binary110001111011000011010101100100100110110110011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b035; }

 p { color: rgb(199,176,53); }

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

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

 a { background-color: rgb(199,176,53); }

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

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

 span { border-color: rgb(199,176,53); }

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