#C5A93F

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

Shades of Sundance #C5A93F

Tints of Sundance #C5A93F

Color information

#C5A93F (or 0xC5A93F) is unknown color: approx Sundance. HEX triplet: C5, A9 and 3F. RGB value is (197,169,63). Sum of RGB (Red+Green+Blue) = 197+169+63=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A93F is #3A56C0. Grayscale: #A5A5A5. Windows color (decimal): -3823297 or 4172229. OLE color: 4172229.

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

Color convert

RGB19716963-
CMYK00.140.680.23
HSL47.46º53.6%50.98%-
HSV(B)47.46º68.02%77.25%-
XYZ38.1140.6110.53-
YUV165.2970.28150.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 63 (25% from 255) = 14.69%
R=45.92%
G=39.39%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971696300.140.680.2347.4653.650.98
HexC5A93F0E44172f3633
Octal3052517701610427576663
Binary110001011010100111111101110100010010111101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A93F; }

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

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

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

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

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

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

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

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