Html Css Color HEX #C5AD3F Old Gold

📋 copy color: '#C5AD3F'

red 197 ◦ green 173 ◦ blue 63

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

Shades of Old Gold #C5AD3F

Tints of Old Gold #C5AD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.55%

R = 45.5%
G = 39.95%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5AD3F (or 0xC5AD3F) is known color: Old Gold. HEX triplet: C5, AD and 3F. RGB value is (197,173,63). Sum of RGB (Red+Green+Blue) = 197+173+63=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD3F is #3A52C0. Grayscale: #A8A8A8. Windows color (decimal): -3822273 or 4173253. OLE color: 4173253.

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

Color convert

RGB 197 173 63 -
CMYK 0 0.12 0.68 0.23
HSL 49.25º 0.54% 0.51% -
HSV(B) 49.25º 0.68% 0.77% -
XYZ 38.87 42.12 10.78 -
YUV 167.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 197 173 63 0 0.12 0.68 0.23 49.25 0.54 0.51
Hex C5 AD 3F 0 C 44 17 31 36 33
Octal 305 255 77 0 14 104 27 61 66 63
Binary 11000101 10101101 111111 0 1100 1000100 10111 110001 110110 110011

Color Harmonies of #C5AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD3F

Black with #C5AD3F

Text Example


Text Example

White with #C5AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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