#CCDD79

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

Shades of Deco #CCDD79

Tints of Deco #CCDD79

Color information

#CCDD79 (or 0xCCDD79) is unknown color: approx Deco. HEX triplet: CC, DD and 79. RGB value is (204,221,121). Sum of RGB (Red+Green+Blue) = 204+221+121=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD79 is #332286. Grayscale: #CCCCCC. Windows color (decimal): -3351175 or 7986636. OLE color: 7986636.

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

Color convert

RGB204221121-
CMYK0.0800.450.13
HSL70.2º59.52%67.06%-
HSV(B)70.2º45.25%86.67%-
XYZ54.2165.9327.96-
YUV204.5280.87127.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 121 (47.66% from 255) = 22.16%
R=37.36%
G=40.48%
B=22.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211210.0800.450.1370.259.5267.06
HexCCDD79802DD463c43
Octal314335171100551510674103
Binary1100110011011101111100110000101101110110001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD79; }

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

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

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

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

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

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

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

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