#CCD984

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

Shades of Deco #CCD984

Tints of Deco #CCD984

Color information

#CCD984 (or 0xCCD984) is unknown color: approx Deco. HEX triplet: CC, D9 and 84. RGB value is (204,217,132). Sum of RGB (Red+Green+Blue) = 204+217+132=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD984 is #33267B. Grayscale: #CBCBCB. Windows color (decimal): -3352188 or 8706508. OLE color: 8706508.

HSL color Cylindrical-coordinate representation of color #CCD984: hue angle of 69.18º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD984 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB204217132-
CMYK0.0600.390.15
HSL69.18º52.8%68.43%-
HSV(B)69.18º39.17%85.1%-
XYZ53.8864.1331.37-
YUV203.4287.69128.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 132 (51.95% from 255) = 23.87%
R=36.89%
G=39.24%
B=23.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171320.0600.390.1569.1852.868.43
HexCCD9846027F453544
Octal31433120460471710565104
Binary1100110011011001100001001100100111111110001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD984; }

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

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

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

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

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

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

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

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