#C9A34D

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

Shades of Sundance #C9A34D

Tints of Sundance #C9A34D

Color information

#C9A34D (or 0xC9A34D) is unknown color: approx Sundance. HEX triplet: C9, A3 and 4D. RGB value is (201,163,77). Sum of RGB (Red+Green+Blue) = 201+163+77=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A34D is #365CB2. Grayscale: #A4A4A4. Windows color (decimal): -3562675 or 5088201. OLE color: 5088201.

HSL color Cylindrical-coordinate representation of color #C9A34D: hue angle of 41.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9A34D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20116377-
CMYK00.190.620.21
HSL41.61º53.45%54.51%-
HSV(B)41.61º61.69%78.82%-
XYZ38.5239.1512.55-
YUV164.5678.59153.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=45.58%
G=36.96%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011637700.190.620.2141.6153.4554.51
HexC9A34D0133E152a3537
Octal3112431150237625526567
Binary1100100110100011100110101001111111010101101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A34D; }

 p { color: rgb(201,163,77); }

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

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

 a { background-color: rgb(201,163,77); }

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

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

 span { border-color: rgb(201,163,77); }

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