#CCAA50

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

Shades of Sundance #CCAA50

Tints of Sundance #CCAA50

Color information

#CCAA50 (or 0xCCAA50) is unknown color: approx Sundance. HEX triplet: CC, AA and 50. RGB value is (204,170,80). Sum of RGB (Red+Green+Blue) = 204+170+80=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA50 is #3355AF. Grayscale: #AAAAAA. Windows color (decimal): -3364272 or 5286604. OLE color: 5286604.

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

Color convert

RGB20417080-
CMYK00.170.610.2
HSL43.55º54.87%55.69%-
HSV(B)43.55º60.78%80%-
XYZ40.7242.1713.58-
YUV169.9177.26152.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=44.93%
G=37.44%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041708000.170.610.243.5554.8755.69
HexCCAA500113D142c3738
Octal3142521200217524546770
Binary1100110010101010101000001000111110110100101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA50; }

 p { color: rgb(204,170,80); }

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

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

 a { background-color: rgb(204,170,80); }

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

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

 span { border-color: rgb(204,170,80); }

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