#C4AD55

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

Shades of Sundance #C4AD55

Tints of Sundance #C4AD55

Color information

#C4AD55 (or 0xC4AD55) is unknown color: approx Sundance. HEX triplet: C4, AD and 55. RGB value is (196,173,85). Sum of RGB (Red+Green+Blue) = 196+173+85=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD55 is #3B52AA. Grayscale: #AAAAAA. Windows color (decimal): -3887787 or 5615044. OLE color: 5615044.

HSL color Cylindrical-coordinate representation of color #C4AD55: hue angle of 47.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4AD55 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19617385-
CMYK00.120.570.23
HSL47.57º48.47%55.1%-
HSV(B)47.57º56.63%76.86%-
XYZ39.3542.2814.68-
YUV169.8480.12146.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=43.17%
G=38.11%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961738500.120.570.2347.5748.4755.1
HexC4AD550C3917303037
Octal3042551250147127606067
Binary110001001010110110101010110011100110111110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD55; }

 p { color: rgb(196,173,85); }

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

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

 a { background-color: rgb(196,173,85); }

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

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

 span { border-color: rgb(196,173,85); }

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