#CCD688

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

Shades of Deco #CCD688

Tints of Deco #CCD688

Color information

#CCD688 (or 0xCCD688) is unknown color: approx Deco. HEX triplet: CC, D6 and 88. RGB value is (204,214,136). Sum of RGB (Red+Green+Blue) = 204+214+136=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD688 is #332977. Grayscale: #CACACA. Windows color (decimal): -3352952 or 8967884. OLE color: 8967884.

HSL color Cylindrical-coordinate representation of color #CCD688: hue angle of 67.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD688 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB204214136-
CMYK0.0500.360.16
HSL67.69º48.75%68.63%-
HSV(B)67.69º36.45%83.92%-
XYZ53.3962.7132.58-
YUV202.1290.69129.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=36.82%
G=38.63%
B=24.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141360.0500.360.1667.6948.7568.63
HexCCD688502410443145
Octal31432621050442010461105
Binary11001100110101101000100010101001001000010001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD688; }

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

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

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

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

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

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

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

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