Html Css Color HEX #C5AF37 Old Gold

📋 copy color: '#C5AF37'

red 197 ◦ green 175 ◦ blue 55

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

Shades of Old Gold #C5AF37

Tints of Old Gold #C5AF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.88%

R = 46.14%
G = 40.98%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5AF37 (or 0xC5AF37) is known color: Old Gold. HEX triplet: C5, AF and 37. RGB value is (197,175,55). Sum of RGB (Red+Green+Blue) = 197+175+55=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF37 is #3A50C8. Grayscale: #A8A8A8. Windows color (decimal): -3821769 or 3649477. OLE color: 3649477.

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

Color convert

RGB 197 175 55 -
CMYK 0 0.11 0.72 0.23
HSL 50.7º 0.56% 0.49% -
HSV(B) 50.7º 0.72% 0.77% -
XYZ 39.05 42.81 9.82 -
YUV 167.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 197 175 55 0 0.11 0.72 0.23 50.7 0.56 0.49
Hex C5 AF 37 0 B 48 17 33 38 31
Octal 305 257 67 0 13 110 27 63 70 61
Binary 11000101 10101111 110111 0 1011 1001000 10111 110011 111000 110001

Color Harmonies of #C5AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF37

Black with #C5AF37

Text Example


Text Example

White with #C5AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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