Html Css Color HEX #C5B337 Old Gold

📋 copy color: '#C5B337'

red 197 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #C5B337

Tints of Old Gold #C5B337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 55 (21.88% from 255) = 12.76%

R = 45.71%
G = 41.53%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5B337 (or 0xC5B337) is known color: Old Gold. HEX triplet: C5, B3 and 37. RGB value is (197,179,55). Sum of RGB (Red+Green+Blue) = 197+179+55=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B337 is #3A4CC8. Grayscale: #AAAAAA. Windows color (decimal): -3820745 or 3650501. OLE color: 3650501.

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

Color convert

RGB 197 179 55 -
CMYK 0 0.09 0.72 0.23
HSL 52.39º 0.56% 0.49% -
HSV(B) 52.39º 0.72% 0.77% -
XYZ 39.84 44.39 10.08 -
YUV 170.25 62.96 147.08 -
System Red Green Blue C M Y K H S L
Decimal 197 179 55 0 0.09 0.72 0.23 52.39 0.56 0.49
Hex C5 B3 37 0 9 48 17 34 38 31
Octal 305 263 67 0 11 110 27 64 70 61
Binary 11000101 10110011 110111 0 1001 1001000 10111 110100 111000 110001

Color Harmonies of #C5B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B337

Black with #C5B337

Text Example


Text Example

White with #C5B337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B337; }

 p { color: rgb(197,179,55); }

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

background-color css

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

 a { background-color: rgb(197,179,55); }

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

border-color css

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

 span { border-color: rgb(197,179,55); }

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