#C5A44A

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

Shades of Sundance #C5A44A

Tints of Sundance #C5A44A

Color information

#C5A44A (or 0xC5A44A) is unknown color: approx Sundance. HEX triplet: C5, A4 and 4A. RGB value is (197,164,74). Sum of RGB (Red+Green+Blue) = 197+164+74=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A44A is #3A5BB5. Grayscale: #A4A4A4. Windows color (decimal): -3824566 or 4891845. OLE color: 4891845.

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

Color convert

RGB19716474-
CMYK00.170.620.23
HSL43.9º51.46%53.14%-
HSV(B)43.9º62.44%77.25%-
XYZ37.5438.9212.01-
YUV163.6177.43151.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 74 (29.30% from 255) = 17.01%
R=45.29%
G=37.70%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971647400.170.620.2343.951.4653.14
HexC5A44A0113E172c3335
Octal3052441120217627546365
Binary1100010110100100100101001000111111010111101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A44A; }

 p { color: rgb(197,164,74); }

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

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

 a { background-color: rgb(197,164,74); }

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

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

 span { border-color: rgb(197,164,74); }

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