#CCA04A

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

Shades of Sundance #CCA04A

Tints of Sundance #CCA04A

Color information

#CCA04A (or 0xCCA04A) is unknown color: approx Sundance. HEX triplet: CC, A0 and 4A. RGB value is (204,160,74). Sum of RGB (Red+Green+Blue) = 204+160+74=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA04A is #335FB5. Grayscale: #A3A3A3. Windows color (decimal): -3366838 or 4890828. OLE color: 4890828.

HSL color Cylindrical-coordinate representation of color #CCA04A: hue angle of 39.69º 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 #CCA04A is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20416074-
CMYK00.220.640.2
HSL39.69º56.03%54.51%-
HSV(B)39.69º63.73%80%-
XYZ38.7138.4711.86-
YUV163.3577.58156.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 160 (62.89% from 255) = 36.53%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=46.58%
G=36.53%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041607400.220.640.239.6956.0354.51
HexCCA04A0164014283837
Octal31424011202610024507067
Binary11001100101000001001010010110100000010100101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA04A; }

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

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

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

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

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

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

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

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