#C8AE41

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

Shades of Old Gold #C8AE41

Tints of Old Gold #C8AE41

Color information

#C8AE41 (or 0xC8AE41) is unknown color: approx Old Gold. HEX triplet: C8, AE and 41. RGB value is (200,174,65). Sum of RGB (Red+Green+Blue) = 200+174+65=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE41 is #3751BE. Grayscale: #A9A9A9. Windows color (decimal): -3625407 or 4304584. OLE color: 4304584.

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

Color convert

RGB20017465-
CMYK00.130.680.22
HSL48.44º55.1%51.96%-
HSV(B)48.44º67.5%78.43%-
XYZ39.9142.9311.18-
YUV169.3569.11149.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 65 (25.78% from 255) = 14.81%
R=45.56%
G=39.64%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001746500.130.680.2248.4455.151.96
HexC8AE410D4416303734
Octal31025610101510426606764
Binary1100100010101110100000101101100010010110110000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE41; }

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

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

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

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

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

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

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

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