#CCD780

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

Shades of Deco #CCD780

Tints of Deco #CCD780

Color information

#CCD780 (or 0xCCD780) is unknown color: approx Deco. HEX triplet: CC, D7 and 80. RGB value is (204,215,128). Sum of RGB (Red+Green+Blue) = 204+215+128=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD780 is #33287F. Grayscale: #CACACA. Windows color (decimal): -3352704 or 8443852. OLE color: 8443852.

HSL color Cylindrical-coordinate representation of color #CCD780: hue angle of 67.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD780 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB204215128-
CMYK0.0500.400.16
HSL67.59º52.1%67.25%-
HSV(B)67.59º40.47%84.31%-
XYZ53.16329.78-
YUV201.7986.36129.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=37.29%
G=39.31%
B=23.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151280.0500.400.1667.5952.167.25
HexCCD780502810443443
Octal31432720050502010464103
Binary11001100110101111000000010101010001000010001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD780; }

 p { color: rgb(204,215,128); }

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

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

 a { background-color: rgb(204,215,128); }

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

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

 span { border-color: rgb(204,215,128); }

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