#C7B639

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

Shades of Old Gold #C7B639

Tints of Old Gold #C7B639

Color information

#C7B639 (or 0xC7B639) is unknown color: approx Old Gold. HEX triplet: C7, B6 and 39. RGB value is (199,182,57). Sum of RGB (Red+Green+Blue) = 199+182+57=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B639 is #3849C6. Grayscale: #ADADAD. Windows color (decimal): -3688903 or 3782343. OLE color: 3782343.

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

Color convert

RGB19918257-
CMYK00.090.710.22
HSL52.82º55.91%50.2%-
HSV(B)52.82º71.36%78.04%-
XYZ41.0245.8910.57-
YUV172.8362.63146.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 57 (22.66% from 255) = 13.01%
R=45.43%
G=41.55%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991825700.090.710.2252.8255.9150.2
HexC7B639094716353832
Octal3072667101110726657062
Binary110001111011011011100101001100011110110110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B639; }

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

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

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

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

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

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

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

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