Html Css Color HEX #C5B839 Old Gold

📋 copy color: '#C5B839'

red 197 ◦ green 184 ◦ blue 57

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

Shades of Old Gold #C5B839

Tints of Old Gold #C5B839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 44.98%
G = 42.01%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5B839 (or 0xC5B839) is known color: Old Gold. HEX triplet: C5, B8 and 39. RGB value is (197,184,57). Sum of RGB (Red+Green+Blue) = 197+184+57=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B839 is #3A47C6. Grayscale: #ADADAD. Windows color (decimal): -3819463 or 3782853. OLE color: 3782853.

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

Color convert

RGB 197 184 57 -
CMYK 0 0.07 0.71 0.23
HSL 54.43º 0.55% 0.5% -
HSV(B) 54.43º 0.71% 0.77% -
XYZ 40.9 46.45 10.68 -
YUV 173.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 197 184 57 0 0.07 0.71 0.23 54.43 0.55 0.5
Hex C5 B8 39 0 7 47 17 36 37 32
Octal 305 270 71 0 7 107 27 66 67 62
Binary 11000101 10111000 111001 0 111 1000111 10111 110110 110111 110010

Color Harmonies of #C5B839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B839

Black with #C5B839

Text Example


Text Example

White with #C5B839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B839; }

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

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

background-color css

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

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

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

border-color css

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

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

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