#C8AE31

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

Shades of Old Gold #C8AE31

Tints of Old Gold #C8AE31

Color information

#C8AE31 (or 0xC8AE31) is unknown color: approx Old Gold. HEX triplet: C8, AE and 31. RGB value is (200,174,49). Sum of RGB (Red+Green+Blue) = 200+174+49=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE31 is #3751CE. Grayscale: #A8A8A8. Windows color (decimal): -3625423 or 3256008. OLE color: 3256008.

HSL color Cylindrical-coordinate representation of color #C8AE31: hue angle of 49.67º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8AE31 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB20017449-
CMYK00.130.760.22
HSL49.67º60.64%48.82%-
HSV(B)49.67º75.5%78.43%-
XYZ39.5142.779.08-
YUV167.5261.11151.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 49 (19.53% from 255) = 11.58%
R=47.28%
G=41.13%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001744900.130.760.2249.6760.6448.82
HexC8AE310D4C16323d31
Octal3102566101511426627561
Binary110010001010111011000101101100110010110110010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE31; }

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

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

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

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

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

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

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

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