Html Css Color HEX #C5AF3E Old Gold

📋 copy color: '#C5AF3E'

red 197 ◦ green 175 ◦ blue 62

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

Shades of Old Gold #C5AF3E

Tints of Old Gold #C5AF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 62 (24.61% from 255) = 14.29%

R = 45.39%
G = 40.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5AF3E (or 0xC5AF3E) is known color: Old Gold. HEX triplet: C5, AF and 3E. RGB value is (197,175,62). Sum of RGB (Red+Green+Blue) = 197+175+62=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF3E is #3A50C1. Grayscale: #A9A9A9. Windows color (decimal): -3821762 or 4108229. OLE color: 4108229.

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

Color convert

RGB 197 175 62 -
CMYK 0 0.11 0.69 0.23
HSL 50.22º 0.54% 0.51% -
HSV(B) 50.22º 0.69% 0.77% -
XYZ 39.23 42.88 10.77 -
YUV 168.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 197 175 62 0 0.11 0.69 0.23 50.22 0.54 0.51
Hex C5 AF 3E 0 B 45 17 32 36 33
Octal 305 257 76 0 13 105 27 62 66 63
Binary 11000101 10101111 111110 0 1011 1000101 10111 110010 110110 110011

Color Harmonies of #C5AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF3E

Black with #C5AF3E

Text Example


Text Example

White with #C5AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF3E; }

 p { color: rgb(197,175,62); }

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

background-color css

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

 a { background-color: rgb(197,175,62); }

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

border-color css

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

 span { border-color: rgb(197,175,62); }

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