#CCD685

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

Shades of Deco #CCD685

Tints of Deco #CCD685

Color information

#CCD685 (or 0xCCD685) is unknown color: approx Deco. HEX triplet: CC, D6 and 85. RGB value is (204,214,133). Sum of RGB (Red+Green+Blue) = 204+214+133=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD685 is #33297A. Grayscale: #CACACA. Windows color (decimal): -3352955 or 8771276. OLE color: 8771276.

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

Color convert

RGB204214133-
CMYK0.0500.380.16
HSL67.41º49.69%68.04%-
HSV(B)67.41º37.85%83.92%-
XYZ53.1862.6231.47-
YUV201.7889.19129.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=37.02%
G=38.84%
B=24.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141330.0500.380.1667.4149.6968.04
HexCCD685502610433244
Octal31432620550462010362104
Binary11001100110101101000010110101001101000010000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD685; }

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

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

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

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

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

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

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

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