#C7B839

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

Shades of Old Gold #C7B839

Tints of Old Gold #C7B839

Color information

#C7B839 (or 0xC7B839) is unknown color: approx Old Gold. HEX triplet: C7, B8 and 39. RGB value is (199,184,57). Sum of RGB (Red+Green+Blue) = 199+184+57=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B839 is #3847C6. Grayscale: #AEAEAE. Windows color (decimal): -3688391 or 3782855. OLE color: 3782855.

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

Color convert

RGB19918457-
CMYK00.080.710.22
HSL53.66º55.91%50.2%-
HSV(B)53.66º71.36%78.04%-
XYZ41.4346.7210.7-
YUV174.0161.97145.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 57 (22.66% from 255) = 12.95%
R=45.23%
G=41.82%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991845700.080.710.2253.6655.9150.2
HexC7B839084716363832
Octal3072707101010726667062
Binary110001111011100011100101000100011110110110110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B839; }

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

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

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

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

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

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

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

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