#DECE86

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

Shades of Sandwisp #DECE86

Tints of Sandwisp #DECE86

Color information

#DECE86 (or 0xDECE86) is unknown color: approx Sandwisp. HEX triplet: DE, CE and 86. RGB value is (222,206,134). Sum of RGB (Red+Green+Blue) = 222+206+134=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE86 is #213179. Grayscale: #CACACA. Windows color (decimal): -2175354 or 8834782. OLE color: 8834782.

HSL color Cylindrical-coordinate representation of color #DECE86: hue angle of 49.09º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DECE86 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222206134-
CMYK00.070.400.13
HSL49.09º57.14%69.8%-
HSV(B)49.09º39.64%87.06%-
XYZ56.561.3931.43-
YUV202.5889.3141.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 134 (52.73% from 255) = 23.84%
R=39.50%
G=36.65%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220613400.070.400.1349.0957.1469.8
HexDECE860728D313946
Octal3363162060750156171106
Binary110111101100111010000110011110100011011100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE86; }

 p { color: rgb(222,206,134); }

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

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

 a { background-color: rgb(222,206,134); }

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

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

 span { border-color: rgb(222,206,134); }

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