#CCDC88

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

Shades of Deco #CCDC88

Tints of Deco #CCDC88

Color information

#CCDC88 (or 0xCCDC88) is unknown color: approx Deco. HEX triplet: CC, DC and 88. RGB value is (204,220,136). Sum of RGB (Red+Green+Blue) = 204+220+136=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC88 is #332377. Grayscale: #CDCDCD. Windows color (decimal): -3351416 or 8969420. OLE color: 8969420.

HSL color Cylindrical-coordinate representation of color #CCDC88: hue angle of 71.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCDC88 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB204220136-
CMYK0.0700.380.14
HSL71.43º54.55%69.8%-
HSV(B)71.43º38.18%86.27%-
XYZ54.9465.833.1-
YUV205.6488.7126.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 136 (53.52% from 255) = 24.29%
R=36.43%
G=39.29%
B=24.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201360.0700.380.1471.4354.5569.8
HexCCDC887026E473746
Octal31433421070461610767106
Binary1100110011011100100010001110100110111010001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC88; }

 p { color: rgb(204,220,136); }

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

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

 a { background-color: rgb(204,220,136); }

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

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

 span { border-color: rgb(204,220,136); }

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