#CCD488

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

Shades of Deco #CCD488

Tints of Deco #CCD488

Color information

#CCD488 (or 0xCCD488) is unknown color: approx Deco. HEX triplet: CC, D4 and 88. RGB value is (204,212,136). Sum of RGB (Red+Green+Blue) = 204+212+136=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD488 is #332B77. Grayscale: #C9C9C9. Windows color (decimal): -3353464 or 8967372. OLE color: 8967372.

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

Color convert

RGB204212136-
CMYK0.0400.360.17
HSL66.32º46.91%68.24%-
HSV(B)66.32º35.85%83.14%-
XYZ52.8961.732.41-
YUV200.9491.35130.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=36.96%
G=38.41%
B=24.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121360.0400.360.1766.3246.9168.24
HexCCD488402411422f44
Octal31432421040442110257104
Binary11001100110101001000100010001001001000110000101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD488; }

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

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

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

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

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

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

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

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