#CCD484

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

Shades of Deco #CCD484

Tints of Deco #CCD484

Color information

#CCD484 (or 0xCCD484) is unknown color: approx Deco. HEX triplet: CC, D4 and 84. RGB value is (204,212,132). Sum of RGB (Red+Green+Blue) = 204+212+132=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD484 is #332B7B. Grayscale: #C8C8C8. Windows color (decimal): -3353468 or 8705228. OLE color: 8705228.

HSL color Cylindrical-coordinate representation of color #CCD484: hue angle of 66º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCD484 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB204212132-
CMYK0.0400.380.17
HSL66º48.19%67.45%-
HSV(B)66º37.74%83.14%-
XYZ52.6161.5930.95-
YUV200.4989.35130.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=37.23%
G=38.69%
B=24.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121320.0400.380.176648.1967.45
HexCCD484402611423043
Octal31432420440462110260103
Binary11001100110101001000010010001001101000110000101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD484; }

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

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

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

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

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

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

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

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