Html Css Color HEX #C5B341 Old Gold

📋 copy color: '#C5B341'

red 197 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #C5B341

Tints of Old Gold #C5B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 44.67%
G = 40.59%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5B341 (or 0xC5B341) is known color: Old Gold. HEX triplet: C5, B3 and 41. RGB value is (197,179,65). Sum of RGB (Red+Green+Blue) = 197+179+65=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B341 is #3A4CBE. Grayscale: #ABABAB. Windows color (decimal): -3820735 or 4305861. OLE color: 4305861.

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

Color convert

RGB 197 179 65 -
CMYK 0 0.09 0.67 0.23
HSL 51.82º 0.53% 0.51% -
HSV(B) 51.82º 0.67% 0.77% -
XYZ 40.1 44.49 11.48 -
YUV 171.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 197 179 65 0 0.09 0.67 0.23 51.82 0.53 0.51
Hex C5 B3 41 0 9 43 17 34 35 33
Octal 305 263 101 0 11 103 27 64 65 63
Binary 11000101 10110011 1000001 0 1001 1000011 10111 110100 110101 110011

Color Harmonies of #C5B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B341

Black with #C5B341

Text Example


Text Example

White with #C5B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B341; }

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

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

background-color css

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

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

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

border-color css

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

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

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