#C6AA40

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

Shades of Sundance #C6AA40

Tints of Sundance #C6AA40

Color information

#C6AA40 (or 0xC6AA40) is unknown color: approx Sundance. HEX triplet: C6, AA and 40. RGB value is (198,170,64). Sum of RGB (Red+Green+Blue) = 198+170+64=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA40 is #3955BF. Grayscale: #A6A6A6. Windows color (decimal): -3757504 or 4238022. OLE color: 4238022.

HSL color Cylindrical-coordinate representation of color #C6AA40: hue angle of 47.46º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6AA40 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19817064-
CMYK00.140.680.22
HSL47.46º54.03%51.37%-
HSV(B)47.46º67.68%77.65%-
XYZ38.5941.1310.75-
YUV166.2970.28150.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 64 (25.39% from 255) = 14.81%
R=45.83%
G=39.35%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981706400.140.680.2247.4654.0351.37
HexC6AA400E44162f3633
Octal30625210001610426576663
Binary1100011010101010100000001110100010010110101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA40; }

 p { color: rgb(198,170,64); }

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

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

 a { background-color: rgb(198,170,64); }

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

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

 span { border-color: rgb(198,170,64); }

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