#CCDC8D

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

Shades of Deco #CCDC8D

Tints of Deco #CCDC8D

Color information

#CCDC8D (or 0xCCDC8D) is unknown color: approx Deco. HEX triplet: CC, DC and 8D. RGB value is (204,220,141). Sum of RGB (Red+Green+Blue) = 204+220+141=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC8D is #332372. Grayscale: #CECECE. Windows color (decimal): -3351411 or 9297100. OLE color: 9297100.

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

Color convert

RGB204220141-
CMYK0.0700.360.14
HSL72.15º53.02%70.78%-
HSV(B)72.15º35.91%86.27%-
XYZ55.365.9535.01-
YUV206.2191.2126.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 141 (55.47% from 255) = 24.96%
R=36.11%
G=38.94%
B=24.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201410.0700.360.1472.1553.0270.78
HexCCDC8D7024E483547
Octal31433421570441611065107
Binary1100110011011100100011011110100100111010010001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC8D; }

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

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

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

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

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

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

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

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