#CCDC85

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

Shades of Deco #CCDC85

Tints of Deco #CCDC85

Color information

#CCDC85 (or 0xCCDC85) is unknown color: approx Deco. HEX triplet: CC, DC and 85. RGB value is (204,220,133). Sum of RGB (Red+Green+Blue) = 204+220+133=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC85 is #33237A. Grayscale: #CDCDCD. Windows color (decimal): -3351419 or 8772812. OLE color: 8772812.

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

Color convert

RGB204220133-
CMYK0.0700.400.14
HSL71.03º55.41%69.22%-
HSV(B)71.03º39.55%86.27%-
XYZ54.7365.7231.99-
YUV205.387.2127.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=36.62%
G=39.50%
B=23.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201330.0700.400.1471.0355.4169.22
HexCCDC857028E473745
Octal31433420570501610767105
Binary1100110011011100100001011110101000111010001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC85; }

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

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

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

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

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

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

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

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