#C5A43F

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

Shades of Sundance #C5A43F

Tints of Sundance #C5A43F

Color information

#C5A43F (or 0xC5A43F) is unknown color: approx Sundance. HEX triplet: C5, A4 and 3F. RGB value is (197,164,63). Sum of RGB (Red+Green+Blue) = 197+164+63=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A43F is #3A5BC0. Grayscale: #A2A2A2. Windows color (decimal): -3824577 or 4170949. OLE color: 4170949.

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

Color convert

RGB19716463-
CMYK00.170.680.23
HSL45.22º53.6%50.98%-
HSV(B)45.22º68.02%77.25%-
XYZ37.238.7810.23-
YUV162.3571.93152.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 63 (25% from 255) = 14.86%
R=46.46%
G=38.68%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971646300.170.680.2345.2253.650.98
HexC5A43F01144172d3633
Octal3052447702110427556663
Binary1100010110100100111111010001100010010111101101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A43F; }

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

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

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

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

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

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

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

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