#C5B34D

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

Shades of Sundance #C5B34D

Tints of Sundance #C5B34D

Color information

#C5B34D (or 0xC5B34D) is unknown color: approx Sundance. HEX triplet: C5, B3 and 4D. RGB value is (197,179,77). Sum of RGB (Red+Green+Blue) = 197+179+77=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B34D is #3A4CB2. Grayscale: #ADADAD. Windows color (decimal): -3820723 or 5092293. OLE color: 5092293.

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

Color convert

RGB19717977-
CMYK00.090.610.23
HSL51º50.85%53.73%-
HSV(B)51º60.91%77.25%-
XYZ40.4944.6513.5-
YUV172.7573.96145.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=43.49%
G=39.51%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971797700.090.610.235150.8553.73
HexC5B34D093D17333336
Octal3052631150117527636366
Binary110001011011001110011010100111110110111110011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B34D; }

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

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

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

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

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

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

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

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