Html Css Color HEX #C5AD3A Old Gold

📋 copy color: '#C5AD3A'

red 197 ◦ green 173 ◦ blue 58

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

Shades of Old Gold #C5AD3A

Tints of Old Gold #C5AD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.55%

R = 46.03%
G = 40.42%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5AD3A (or 0xC5AD3A) is known color: Old Gold. HEX triplet: C5, AD and 3A. RGB value is (197,173,58). Sum of RGB (Red+Green+Blue) = 197+173+58=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD3A is #3A52C5. Grayscale: #A7A7A7. Windows color (decimal): -3822278 or 3845573. OLE color: 3845573.

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

Color convert

RGB 197 173 58 -
CMYK 0 0.12 0.71 0.23
HSL 49.64º 0.55% 0.5% -
HSV(B) 49.64º 0.71% 0.77% -
XYZ 38.73 42.06 10.08 -
YUV 167.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 197 173 58 0 0.12 0.71 0.23 49.64 0.55 0.5
Hex C5 AD 3A 0 C 47 17 32 37 32
Octal 305 255 72 0 14 107 27 62 67 62
Binary 11000101 10101101 111010 0 1100 1000111 10111 110010 110111 110010

Color Harmonies of #C5AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD3A

Black with #C5AD3A

Text Example


Text Example

White with #C5AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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