#CCA64D

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

Shades of Sundance #CCA64D

Tints of Sundance #CCA64D

Color information

#CCA64D (or 0xCCA64D) is unknown color: approx Sundance. HEX triplet: CC, A6 and 4D. RGB value is (204,166,77). Sum of RGB (Red+Green+Blue) = 204+166+77=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA64D is #3359B2. Grayscale: #A7A7A7. Windows color (decimal): -3365299 or 5088972. OLE color: 5088972.

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

Color convert

RGB20416677-
CMYK00.190.620.2
HSL42.05º55.46%55.1%-
HSV(B)42.05º62.25%80%-
XYZ39.8840.6512.76-
YUV167.2277.09154.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 77 (30.47% from 255) = 17.23%
R=45.64%
G=37.14%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041667700.190.620.242.0555.4655.1
HexCCA64D0133E142a3737
Octal3142461150237624526767
Binary1100110010100110100110101001111111010100101010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA64D; }

 p { color: rgb(204,166,77); }

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

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

 a { background-color: rgb(204,166,77); }

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

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

 span { border-color: rgb(204,166,77); }

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