#CCDD80

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

Shades of Deco #CCDD80

Tints of Deco #CCDD80

Color information

#CCDD80 (or 0xCCDD80) is unknown color: approx Deco. HEX triplet: CC, DD and 80. RGB value is (204,221,128). Sum of RGB (Red+Green+Blue) = 204+221+128=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD80 is #33227F. Grayscale: #CDCDCD. Windows color (decimal): -3351168 or 8445388. OLE color: 8445388.

HSL color Cylindrical-coordinate representation of color #CCDD80: hue angle of 70.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCDD80 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB204221128-
CMYK0.0800.420.13
HSL70.97º57.76%68.43%-
HSV(B)70.97º42.08%86.67%-
XYZ54.6566.1130.3-
YUV205.3284.37127.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=36.89%
G=39.96%
B=23.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211280.0800.420.1370.9757.7668.43
HexCCDD80802AD473a44
Octal314335200100521510772104
Binary11001100110111011000000010000101010110110001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD80; }

 p { color: rgb(204,221,128); }

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

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

 a { background-color: rgb(204,221,128); }

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

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

 span { border-color: rgb(204,221,128); }

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