#C7B638

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

Shades of Old Gold #C7B638

Tints of Old Gold #C7B638

Color information

#C7B638 (or 0xC7B638) is unknown color: approx Old Gold. HEX triplet: C7, B6 and 38. RGB value is (199,182,56). Sum of RGB (Red+Green+Blue) = 199+182+56=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B638 is #3849C7. Grayscale: #ADADAD. Windows color (decimal): -3688904 or 3716807. OLE color: 3716807.

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

Color convert

RGB19918256-
CMYK00.090.720.22
HSL52.87º56.08%50%-
HSV(B)52.87º71.86%78.04%-
XYZ40.9945.8810.44-
YUV172.7262.13146.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 182 (71.48% from 255) = 41.65%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=45.54%
G=41.65%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991825600.090.720.2252.8756.0850
HexC7B638094816353832
Octal3072667001111026657062
Binary110001111011011011100001001100100010110110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B638; }

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

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

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

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

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

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

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

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