Html Css Color HEX #C5B740 Old Gold

📋 copy color: '#C5B740'

red 197 ◦ green 183 ◦ blue 64

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

Shades of Old Gold #C5B740

Tints of Old Gold #C5B740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 44.37%
G = 41.22%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5B740 (or 0xC5B740) is known color: Old Gold. HEX triplet: C5, B7 and 40. RGB value is (197,183,64). Sum of RGB (Red+Green+Blue) = 197+183+64=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B740 is #3A48BF. Grayscale: #AEAEAE. Windows color (decimal): -3819712 or 4241349. OLE color: 4241349.

HSL color Cylindrical-coordinate representation of color #C5B740: hue angle of 53.68º degrees, saturation: 0.53, 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 #C5B740 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 64 -
CMYK 0 0.07 0.68 0.23
HSL 53.68º 0.53% 0.51% -
HSV(B) 53.68º 0.68% 0.77% -
XYZ 40.88 46.11 11.6 -
YUV 173.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 197 183 64 0 0.07 0.68 0.23 53.68 0.53 0.51
Hex C5 B7 40 0 7 44 17 36 35 33
Octal 305 267 100 0 7 104 27 66 65 63
Binary 11000101 10110111 1000000 0 111 1000100 10111 110110 110101 110011

Color Harmonies of #C5B740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B740

Black with #C5B740

Text Example


Text Example

White with #C5B740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B740; }

 p { color: rgb(197,183,64); }

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

background-color css

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

 a { background-color: rgb(197,183,64); }

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

border-color css

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

 span { border-color: rgb(197,183,64); }

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