#C7B635

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

Shades of Old Gold #C7B635

Tints of Old Gold #C7B635

Color information

#C7B635 (or 0xC7B635) is unknown color: approx Old Gold. HEX triplet: C7, B6 and 35. RGB value is (199,182,53). Sum of RGB (Red+Green+Blue) = 199+182+53=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B635 is #3849CA. Grayscale: #ACACAC. Windows color (decimal): -3688907 or 3520199. OLE color: 3520199.

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

Color convert

RGB19918253-
CMYK00.090.730.22
HSL53.01º57.94%49.41%-
HSV(B)53.01º73.37%78.04%-
XYZ40.9245.8610.06-
YUV172.3860.63146.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 53 (21.09% from 255) = 12.21%
R=45.85%
G=41.94%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991825300.090.730.2253.0157.9449.41
HexC7B635094916353a31
Octal3072666501111126657261
Binary110001111011011011010101001100100110110110101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B635; }

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

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

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

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

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

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

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

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