#C7B936

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

Shades of Old Gold #C7B936

Tints of Old Gold #C7B936

Color information

#C7B936 (or 0xC7B936) is unknown color: approx Old Gold. HEX triplet: C7, B9 and 36. RGB value is (199,185,54). Sum of RGB (Red+Green+Blue) = 199+185+54=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B936 is #3846C9. Grayscale: #AEAEAE. Windows color (decimal): -3688138 or 3586503. OLE color: 3586503.

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

Color convert

RGB19918554-
CMYK00.070.730.22
HSL54.21º57.31%49.61%-
HSV(B)54.21º72.86%78.04%-
XYZ41.5747.1110.39-
YUV174.2560.14145.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 54 (21.48% from 255) = 12.33%
R=45.43%
G=42.24%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991855400.070.730.2254.2157.3149.61
HexC7B936074916363932
Octal307271660711126667162
Binary11000111101110011101100111100100110110110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B936; }

 p { color: rgb(199,185,54); }

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

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

 a { background-color: rgb(199,185,54); }

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

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

 span { border-color: rgb(199,185,54); }

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