Html Css Color HEX #C5AD38 Old Gold

📋 copy color: '#C5AD38'

red 197 ◦ green 173 ◦ blue 56

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

Shades of Old Gold #C5AD38

Tints of Old Gold #C5AD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.15%

R = 46.24%
G = 40.61%
B = 13.15%

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

#C5AD38 (or 0xC5AD38) is known color: Old Gold. HEX triplet: C5, AD and 38. RGB value is (197,173,56). Sum of RGB (Red+Green+Blue) = 197+173+56=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD38 is #3A52C7. Grayscale: #A7A7A7. Windows color (decimal): -3822280 or 3714501. OLE color: 3714501.

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

Color convert

RGB 197 173 56 -
CMYK 0 0.12 0.72 0.23
HSL 49.79º 0.56% 0.5% -
HSV(B) 49.79º 0.72% 0.77% -
XYZ 38.68 42.04 9.82 -
YUV 166.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 197 173 56 0 0.12 0.72 0.23 49.79 0.56 0.5
Hex C5 AD 38 0 C 48 17 32 38 32
Octal 305 255 70 0 14 110 27 62 70 62
Binary 11000101 10101101 111000 0 1100 1001000 10111 110010 111000 110010

Color Harmonies of #C5AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD38

Black with #C5AD38

Text Example


Text Example

White with #C5AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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