Html Css Color HEX #C5B837 Old Gold

📋 copy color: '#C5B837'

red 197 ◦ green 184 ◦ blue 55

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

Shades of Old Gold #C5B837

Tints of Old Gold #C5B837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

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

R = 45.18%
G = 42.2%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5B837 (or 0xC5B837) is known color: Old Gold. HEX triplet: C5, B8 and 37. RGB value is (197,184,55). Sum of RGB (Red+Green+Blue) = 197+184+55=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B837 is #3A47C8. Grayscale: #ADADAD. Windows color (decimal): -3819465 or 3651781. OLE color: 3651781.

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

Color convert

RGB 197 184 55 -
CMYK 0 0.07 0.72 0.23
HSL 54.51º 0.56% 0.49% -
HSV(B) 54.51º 0.72% 0.77% -
XYZ 40.86 46.43 10.42 -
YUV 173.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 197 184 55 0 0.07 0.72 0.23 54.51 0.56 0.49
Hex C5 B8 37 0 7 48 17 37 38 31
Octal 305 270 67 0 7 110 27 67 70 61
Binary 11000101 10111000 110111 0 111 1001000 10111 110111 111000 110001

Color Harmonies of #C5B837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B837

Black with #C5B837

Text Example


Text Example

White with #C5B837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B837; }

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

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

background-color css

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

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

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

border-color css

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

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

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