#CCA94C

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

Shades of Sundance #CCA94C

Tints of Sundance #CCA94C

Color information

#CCA94C (or 0xCCA94C) is unknown color: approx Sundance. HEX triplet: CC, A9 and 4C. RGB value is (204,169,76). Sum of RGB (Red+Green+Blue) = 204+169+76=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA94C is #3356B3. Grayscale: #A9A9A9. Windows color (decimal): -3364532 or 5024204. OLE color: 5024204.

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

Color convert

RGB20416976-
CMYK00.170.630.2
HSL43.59º55.65%54.9%-
HSV(B)43.59º62.75%80%-
XYZ40.3941.7412.76-
YUV168.8675.6153.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=45.43%
G=37.64%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041697600.170.630.243.5955.6554.9
HexCCA94C0113F142c3837
Octal3142511140217724547067
Binary1100110010101001100110001000111111110100101100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA94C; }

 p { color: rgb(204,169,76); }

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

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

 a { background-color: rgb(204,169,76); }

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

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

 span { border-color: rgb(204,169,76); }

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