#C5AA41

Color #C5AA41 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C5AA41

Tints of Sundance #C5AA41

Color information

#C5AA41 (or 0xC5AA41) is unknown color: approx Sundance. HEX triplet: C5, AA and 41. RGB value is (197,170,65). Sum of RGB (Red+Green+Blue) = 197+170+65=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA41 is #3A55BE. Grayscale: #A6A6A6. Windows color (decimal): -3823039 or 4303557. OLE color: 4303557.

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

Color convert

RGB19717065-
CMYK00.140.670.23
HSL47.73º53.23%51.37%-
HSV(B)47.73º67.01%77.25%-
XYZ38.354110.89-
YUV166.170.95150.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 65 (25.78% from 255) = 15.05%
R=45.60%
G=39.35%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971706500.140.670.2347.7353.2351.37
HexC5AA410E4317303533
Octal30525210101610327606563
Binary1100010110101010100000101110100001110111110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA41; }

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

 H1.HeaderClassName
 {
   color: #C5AA41;
 }
 .AnyTagClassName
 {
   color: #C5AA41;
 }
</style>
background-color css

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

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

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

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

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

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