Html Css Color HEX #C5AD2F Old Gold

📋 copy color: '#C5AD2F'

red 197 ◦ green 173 ◦ blue 47

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

Shades of Old Gold #C5AD2F

Tints of Old Gold #C5AD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 47.24%
G = 41.49%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5AD2F (or 0xC5AD2F) is known color: Old Gold. HEX triplet: C5, AD and 2F. RGB value is (197,173,47). Sum of RGB (Red+Green+Blue) = 197+173+47=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD2F is #3A52D0. Grayscale: #A6A6A6. Windows color (decimal): -3822289 or 3124677. OLE color: 3124677.

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

Color convert

RGB 197 173 47 -
CMYK 0 0.12 0.76 0.23
HSL 50.4º 0.61% 0.48% -
HSV(B) 50.4º 0.76% 0.77% -
XYZ 38.48 41.96 8.76 -
YUV 165.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 197 173 47 0 0.12 0.76 0.23 50.4 0.61 0.48
Hex C5 AD 2F 0 C 4C 17 32 3D 30
Octal 305 255 57 0 14 114 27 62 75 60
Binary 11000101 10101101 101111 0 1100 1001100 10111 110010 111101 110000

Color Harmonies of #C5AD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD2F

Black with #C5AD2F

Text Example


Text Example

White with #C5AD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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