#C5A944

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

Shades of Sundance #C5A944

Tints of Sundance #C5A944

Color information

#C5A944 (or 0xC5A944) is unknown color: approx Sundance. HEX triplet: C5, A9 and 44. RGB value is (197,169,68). Sum of RGB (Red+Green+Blue) = 197+169+68=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A944 is #3A56BB. Grayscale: #A6A6A6. Windows color (decimal): -3823292 or 4499909. OLE color: 4499909.

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

Color convert

RGB19716968-
CMYK00.140.650.23
HSL46.98º52.65%51.96%-
HSV(B)46.98º65.48%77.25%-
XYZ38.2640.6611.3-
YUV165.8672.78150.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 68 (26.95% from 255) = 15.67%
R=45.39%
G=38.94%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971696800.140.650.2346.9852.6551.96
HexC5A9440E41172f3534
Octal30525110401610127576564
Binary1100010110101001100010001110100000110111101111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A944; }

 p { color: rgb(197,169,68); }

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

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

 a { background-color: rgb(197,169,68); }

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

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

 span { border-color: rgb(197,169,68); }

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