#CCDD84

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

Shades of Deco #CCDD84

Tints of Deco #CCDD84

Color information

#CCDD84 (or 0xCCDD84) is unknown color: approx Deco. HEX triplet: CC, DD and 84. RGB value is (204,221,132). Sum of RGB (Red+Green+Blue) = 204+221+132=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD84 is #33227B. Grayscale: #CECECE. Windows color (decimal): -3351164 or 8707532. OLE color: 8707532.

HSL color Cylindrical-coordinate representation of color #CCDD84: hue angle of 71.46º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDD84 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB204221132-
CMYK0.0800.400.13
HSL71.46º56.69%69.22%-
HSV(B)71.46º40.27%86.67%-
XYZ54.9266.2231.72-
YUV205.7786.37126.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 132 (51.95% from 255) = 23.70%
R=36.62%
G=39.68%
B=23.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211320.0800.400.1371.4656.6969.22
HexCCDD848028D473945
Octal314335204100501510771105
Binary11001100110111011000010010000101000110110001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD84; }

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

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

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

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

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

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

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

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