#C8AE3E

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

Shades of Old Gold #C8AE3E

Tints of Old Gold #C8AE3E

Color information

#C8AE3E (or 0xC8AE3E) is unknown color: approx Old Gold. HEX triplet: C8, AE and 3E. RGB value is (200,174,62). Sum of RGB (Red+Green+Blue) = 200+174+62=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE3E is #3751C1. Grayscale: #A9A9A9. Windows color (decimal): -3625410 or 4107976. OLE color: 4107976.

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

Color convert

RGB20017462-
CMYK00.130.690.22
HSL48.7º55.65%51.37%-
HSV(B)48.7º69%78.43%-
XYZ39.8242.910.74-
YUV169.0167.61150.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 62 (24.61% from 255) = 14.22%
R=45.87%
G=39.91%
B=14.22%

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
Decimal2001746200.130.690.2248.755.6551.37
HexC8AE3E0D4516313833
Octal3102567601510526617063
Binary110010001010111011111001101100010110110110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE3E; }

 p { color: rgb(200,174,62); }

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

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

 a { background-color: rgb(200,174,62); }

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

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

 span { border-color: rgb(200,174,62); }

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