#C5B34F

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

Shades of Sundance #C5B34F

Tints of Sundance #C5B34F

Color information

#C5B34F (or 0xC5B34F) is unknown color: approx Sundance. HEX triplet: C5, B3 and 4F. RGB value is (197,179,79). Sum of RGB (Red+Green+Blue) = 197+179+79=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B34F is #3A4CB0. Grayscale: #ADADAD. Windows color (decimal): -3820721 or 5223365. OLE color: 5223365.

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

Color convert

RGB19717979-
CMYK00.090.600.23
HSL50.85º50.43%54.12%-
HSV(B)50.85º59.9%77.25%-
XYZ40.5644.6813.88-
YUV172.9874.96145.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 79 (31.25% from 255) = 17.36%
R=43.30%
G=39.34%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971797900.090.600.2350.8550.4354.12
HexC5B34F093C17333236
Octal3052631170117427636266
Binary110001011011001110011110100111110010111110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B34F; }

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

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

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

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

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

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

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

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