#C9A64A

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

Shades of Sundance #C9A64A

Tints of Sundance #C9A64A

Color information

#C9A64A (or 0xC9A64A) is unknown color: approx Sundance. HEX triplet: C9, A6 and 4A. RGB value is (201,166,74). Sum of RGB (Red+Green+Blue) = 201+166+74=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A64A is #3659B5. Grayscale: #A6A6A6. Windows color (decimal): -3561910 or 4892361. OLE color: 4892361.

HSL color Cylindrical-coordinate representation of color #C9A64A: hue angle of 43.46º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9A64A is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20116674-
CMYK00.170.630.21
HSL43.46º54.04%53.92%-
HSV(B)43.46º63.18%78.82%-
XYZ38.9640.1812.18-
YUV165.9876.1152.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 74 (29.30% from 255) = 16.78%
R=45.58%
G=37.64%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011667400.170.630.2143.4654.0453.92
HexC9A64A0113F152b3636
Octal3112461120217725536666
Binary1100100110100110100101001000111111110101101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A64A; }

 p { color: rgb(201,166,74); }

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

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

 a { background-color: rgb(201,166,74); }

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

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

 span { border-color: rgb(201,166,74); }

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