Html Css Color HEX #C5AE40 Old Gold

📋 copy color: '#C5AE40'

red 197 ◦ green 174 ◦ blue 64

#C5AE40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #C5AE40

Tints of Old Gold #C5AE40

RGB

 RED value IS 197 (77.34% from 255) = 45.29%

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 45.29%
G = 40%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5AE40 (or 0xC5AE40) is known color: Old Gold. HEX triplet: C5, AE and 40. RGB value is (197,174,64). Sum of RGB (Red+Green+Blue) = 197+174+64=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE40 is #3A51BF. Grayscale: #A8A8A8. Windows color (decimal): -3822016 or 4239045. OLE color: 4239045.

HSL color Cylindrical-coordinate representation of color #C5AE40: hue angle of 49.62º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5AE40 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 64 -
CMYK 0 0.12 0.68 0.23
HSL 49.62º 0.53% 0.51% -
HSV(B) 49.62º 0.68% 0.77% -
XYZ 39.09 42.51 11 -
YUV 168.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 197 174 64 0 0.12 0.68 0.23 49.62 0.53 0.51
Hex C5 AE 40 0 C 44 17 32 35 33
Octal 305 256 100 0 14 104 27 62 65 63
Binary 11000101 10101110 1000000 0 1100 1000100 10111 110010 110101 110011

Color Harmonies of #C5AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE40

Black with #C5AE40

Text Example


Text Example

White with #C5AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE40; }

 p { color: rgb(197,174,64); }

 H1.HeaderClassName
 {
   color: #C5AE40;
 }
 .AnyTagClassName
 {
   color: #C5AE40;
 }
</style>

background-color css

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

 a { background-color: rgb(197,174,64); }

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

border-color css

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

 span { border-color: rgb(197,174,64); }

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