#C9AC4F

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

Shades of Sundance #C9AC4F

Tints of Sundance #C9AC4F

Color information

#C9AC4F (or 0xC9AC4F) is unknown color: approx Sundance. HEX triplet: C9, AC and 4F. RGB value is (201,172,79). Sum of RGB (Red+Green+Blue) = 201+172+79=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC4F is #3653B0. Grayscale: #AAAAAA. Windows color (decimal): -3560369 or 5221577. OLE color: 5221577.

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

Color convert

RGB20117279-
CMYK00.140.610.21
HSL45.74º53.04%54.9%-
HSV(B)45.74º60.7%78.82%-
XYZ40.2542.4913.48-
YUV170.0776.61150.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 79 (31.25% from 255) = 17.48%
R=44.47%
G=38.05%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011727900.140.610.2145.7453.0454.9
HexC9AC4F0E3D152e3537
Octal3112541170167525566567
Binary110010011010110010011110111011110110101101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AC4F; }

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

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

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

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

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

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

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

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