#C9A54C

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

Shades of Sundance #C9A54C

Tints of Sundance #C9A54C

Color information

#C9A54C (or 0xC9A54C) is unknown color: approx Sundance. HEX triplet: C9, A5 and 4C. RGB value is (201,165,76). Sum of RGB (Red+Green+Blue) = 201+165+76=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A54C is #365AB3. Grayscale: #A6A6A6. Windows color (decimal): -3562164 or 5023177. OLE color: 5023177.

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

Color convert

RGB20116576-
CMYK00.180.620.21
HSL42.72º53.65%54.31%-
HSV(B)42.72º62.19%78.82%-
XYZ38.8539.8512.48-
YUV165.6277.43153.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 76 (30.08% from 255) = 17.19%
R=45.48%
G=37.33%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011657600.180.620.2142.7253.6554.31
HexC9A54C0123E152b3636
Octal3112451140227625536666
Binary1100100110100101100110001001011111010101101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A54C; }

 p { color: rgb(201,165,76); }

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

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

 a { background-color: rgb(201,165,76); }

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

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

 span { border-color: rgb(201,165,76); }

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