#C5B34A

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

Shades of Sundance #C5B34A

Tints of Sundance #C5B34A

Color information

#C5B34A (or 0xC5B34A) is unknown color: approx Sundance. HEX triplet: C5, B3 and 4A. RGB value is (197,179,74). Sum of RGB (Red+Green+Blue) = 197+179+74=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B34A is #3A4CB5. Grayscale: #ACACAC. Windows color (decimal): -3820726 or 4895685. OLE color: 4895685.

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

Color convert

RGB19717974-
CMYK00.090.620.23
HSL51.22º51.46%53.14%-
HSV(B)51.22º62.44%77.25%-
XYZ40.3844.612.96-
YUV172.4172.46145.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=43.78%
G=39.78%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971797400.090.620.2351.2251.4653.14
HexC5B34A093E17333335
Octal3052631120117627636365
Binary110001011011001110010100100111111010111110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B34A; }

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

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

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

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

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

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

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

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