#CCAC4A

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

Shades of Sundance #CCAC4A

Tints of Sundance #CCAC4A

Color information

#CCAC4A (or 0xCCAC4A) is unknown color: approx Sundance. HEX triplet: CC, AC and 4A. RGB value is (204,172,74). Sum of RGB (Red+Green+Blue) = 204+172+74=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC4A is #3353B5. Grayscale: #AAAAAA. Windows color (decimal): -3363766 or 4893900. OLE color: 4893900.

HSL color Cylindrical-coordinate representation of color #CCAC4A: hue angle of 45.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCAC4A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20417274-
CMYK00.160.640.2
HSL45.23º56.03%54.51%-
HSV(B)45.23º63.73%80%-
XYZ40.8942.8412.59-
YUV170.473.6151.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=45.33%
G=38.22%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041727400.160.640.245.2356.0354.51
HexCCAC4A01040142d3837
Octal31425411202010024557067
Binary11001100101011001001010010000100000010100101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC4A; }

 p { color: rgb(204,172,74); }

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

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

 a { background-color: rgb(204,172,74); }

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

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

 span { border-color: rgb(204,172,74); }

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