#C9A24F

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

Shades of Sundance #C9A24F

Tints of Sundance #C9A24F

Color information

#C9A24F (or 0xC9A24F) is unknown color: approx Sundance. HEX triplet: C9, A2 and 4F. RGB value is (201,162,79). Sum of RGB (Red+Green+Blue) = 201+162+79=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A24F is #365DB0. Grayscale: #A4A4A4. Windows color (decimal): -3562929 or 5219017. OLE color: 5219017.

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

Color convert

RGB20116279-
CMYK00.190.610.21
HSL40.82º53.04%54.9%-
HSV(B)40.82º60.7%78.82%-
XYZ38.4238.8212.87-
YUV164.279.92154.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 79 (31.25% from 255) = 17.87%
R=45.48%
G=36.65%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011627900.190.610.2140.8253.0454.9
HexC9A24F0133D15293537
Octal3112421170237525516567
Binary1100100110100010100111101001111110110101101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A24F; }

 p { color: rgb(201,162,79); }

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

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

 a { background-color: rgb(201,162,79); }

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

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

 span { border-color: rgb(201,162,79); }

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