#c7b03e

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

Shades of Old Gold #C7B03E

Tints of Old Gold #C7B03E

Color information

#C7B03E (or 0xC7B03E) is unknown color: approx Old Gold. HEX triplet: C7, B0 and 3E. RGB value is (199,176,62). Sum of RGB (Red+Green+Blue) = 199+176+62=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B03E is #384FC1. Grayscale: #AAAAAA. Windows color (decimal): -3690434 or 4108487. OLE color: 4108487.

HSL color Cylindrical-coordinate representation of color #C7B03E: hue angle of 49.93º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7B03E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19917662-
CMYK00.120.690.22
HSL49.93º55.02%51.18%-
HSV(B)49.93º68.84%78.04%-
XYZ39.9543.5410.86-
YUV169.8867.12148.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 62 (24.61% from 255) = 14.19%
R=45.54%
G=40.27%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991766200.120.690.2249.9355.0251.18
HexC7B03E0C4516323733
Octal3072607601410526626763
Binary110001111011000011111001100100010110110110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b03e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b03e; }

 p { color: rgb(199,176,62); }

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

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

 a { background-color: rgb(199,176,62); }

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

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

 span { border-color: rgb(199,176,62); }

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