#C7BA3D

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

Shades of Old Gold #C7BA3D

Tints of Old Gold #C7BA3D

Color information

#C7BA3D (or 0xC7BA3D) is unknown color: approx Old Gold. HEX triplet: C7, BA and 3D. RGB value is (199,186,61). Sum of RGB (Red+Green+Blue) = 199+186+61=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA3D is #3845C2. Grayscale: #B0B0B0. Windows color (decimal): -3687875 or 4045511. OLE color: 4045511.

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

Color convert

RGB19918661-
CMYK00.070.690.22
HSL54.35º55.2%50.98%-
HSV(B)54.35º69.35%78.04%-
XYZ41.9547.611.39-
YUV175.6463.31144.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 61 (24.22% from 255) = 13.68%
R=44.62%
G=41.70%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991866100.070.690.2254.3555.250.98
HexC7BA3D074516363733
Octal307272750710526666763
Binary11000111101110101111010111100010110110110110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA3D; }

 p { color: rgb(199,186,61); }

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

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

 a { background-color: rgb(199,186,61); }

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

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

 span { border-color: rgb(199,186,61); }

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