Html Css Color HEX #C5AD37 Old Gold

📋 copy color: '#C5AD37'

red 197 ◦ green 173 ◦ blue 55

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

Shades of Old Gold #C5AD37

Tints of Old Gold #C5AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

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

R = 46.35%
G = 40.71%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5AD37 (or 0xC5AD37) is known color: Old Gold. HEX triplet: C5, AD and 37. RGB value is (197,173,55). Sum of RGB (Red+Green+Blue) = 197+173+55=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD37 is #3A52C8. Grayscale: #A7A7A7. Windows color (decimal): -3822281 or 3648965. OLE color: 3648965.

HSL color Cylindrical-coordinate representation of color #C5AD37: hue angle of 49.86º 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 #C5AD37 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 55 -
CMYK 0 0.12 0.72 0.23
HSL 49.86º 0.56% 0.49% -
HSV(B) 49.86º 0.72% 0.77% -
XYZ 38.66 42.03 9.69 -
YUV 166.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 197 173 55 0 0.12 0.72 0.23 49.86 0.56 0.49
Hex C5 AD 37 0 C 48 17 32 38 31
Octal 305 255 67 0 14 110 27 62 70 61
Binary 11000101 10101101 110111 0 1100 1001000 10111 110010 111000 110001

Color Harmonies of #C5AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD37

Black with #C5AD37

Text Example


Text Example

White with #C5AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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