Html Css Color HEX #C5B539 Old Gold

📋 copy color: '#C5B539'

red 197 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #C5B539

Tints of Old Gold #C5B539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.61%

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

R = 45.29%
G = 41.61%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5B539 (or 0xC5B539) is known color: Old Gold. HEX triplet: C5, B5 and 39. RGB value is (197,181,57). Sum of RGB (Red+Green+Blue) = 197+181+57=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B539 is #3A4AC6. Grayscale: #ACACAC. Windows color (decimal): -3820231 or 3782085. OLE color: 3782085.

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

Color convert

RGB 197 181 57 -
CMYK 0 0.08 0.71 0.23
HSL 53.14º 0.55% 0.5% -
HSV(B) 53.14º 0.71% 0.77% -
XYZ 40.29 45.21 10.47 -
YUV 171.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 197 181 57 0 0.08 0.71 0.23 53.14 0.55 0.5
Hex C5 B5 39 0 8 47 17 35 37 32
Octal 305 265 71 0 10 107 27 65 67 62
Binary 11000101 10110101 111001 0 1000 1000111 10111 110101 110111 110010

Color Harmonies of #C5B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B539

Black with #C5B539

Text Example


Text Example

White with #C5B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B539; }

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

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

background-color css

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

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

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

border-color css

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

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

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