#C7AD3D

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

Shades of Old Gold #C7AD3D

Tints of Old Gold #C7AD3D

Color information

#C7AD3D (or 0xC7AD3D) is unknown color: approx Old Gold. HEX triplet: C7, AD and 3D. RGB value is (199,173,61). Sum of RGB (Red+Green+Blue) = 199+173+61=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD3D is #3852C2. Grayscale: #A8A8A8. Windows color (decimal): -3691203 or 4042183. OLE color: 4042183.

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

Color convert

RGB19917361-
CMYK00.130.690.22
HSL48.7º55.2%50.98%-
HSV(B)48.7º69.35%78.04%-
XYZ39.3442.3710.52-
YUV168.0167.61150.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 61 (24.22% from 255) = 14.09%
R=45.96%
G=39.95%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991736100.130.690.2248.755.250.98
HexC7AD3D0D4516313733
Octal3072557501510526616763
Binary110001111010110111110101101100010110110110001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AD3D; }

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

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

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

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

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

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

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

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