#C9A94A

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

Shades of Sundance #C9A94A

Tints of Sundance #C9A94A

Color information

#C9A94A (or 0xC9A94A) is unknown color: approx Sundance. HEX triplet: C9, A9 and 4A. RGB value is (201,169,74). Sum of RGB (Red+Green+Blue) = 201+169+74=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A94A is #3656B5. Grayscale: #A8A8A8. Windows color (decimal): -3561142 or 4893129. OLE color: 4893129.

HSL color Cylindrical-coordinate representation of color #C9A94A: hue angle of 44.88º 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 #C9A94A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20116974-
CMYK00.160.630.21
HSL44.88º54.04%53.92%-
HSV(B)44.88º63.18%78.82%-
XYZ39.5141.2912.37-
YUV167.7475.1151.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 74 (29.30% from 255) = 16.67%
R=45.27%
G=38.06%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011697400.160.630.2144.8854.0453.92
HexC9A94A0103F152d3636
Octal3112511120207725556666
Binary1100100110101001100101001000011111110101101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A94A; }

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

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

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

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

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

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

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

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