#DECD8E

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

Shades of Sandwisp #DECD8E

Tints of Sandwisp #DECD8E

Color information

#DECD8E (or 0xDECD8E) is unknown color: approx Sandwisp. HEX triplet: DE, CD and 8E. RGB value is (222,205,142). Sum of RGB (Red+Green+Blue) = 222+205+142=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD8E is #213271. Grayscale: #CBCBCB. Windows color (decimal): -2175602 or 9358814. OLE color: 9358814.

HSL color Cylindrical-coordinate representation of color #DECD8E: hue angle of 47.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DECD8E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222205142-
CMYK00.080.360.13
HSL47.25º54.79%71.37%-
HSV(B)47.25º36.04%87.06%-
XYZ56.8461.1534.4-
YUV202.993.63141.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=39.02%
G=36.03%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220514200.080.360.1347.2554.7971.37
HexDECD8E0824D2f3747
Octal33631521601044155767107
Binary1101111011001101100011100100010010011011011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD8E; }

 p { color: rgb(222,205,142); }

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

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

 a { background-color: rgb(222,205,142); }

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

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

 span { border-color: rgb(222,205,142); }

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