#DEC885

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

Shades of Sandwisp #DEC885

Tints of Sandwisp #DEC885

Color information

#DEC885 (or 0xDEC885) is unknown color: approx Sandwisp. HEX triplet: DE, C8 and 85. RGB value is (222,200,133). Sum of RGB (Red+Green+Blue) = 222+200+133=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC885 is #21377A. Grayscale: #C7C7C7. Windows color (decimal): -2176891 or 8767710. OLE color: 8767710.

HSL color Cylindrical-coordinate representation of color #DEC885: hue angle of 45.17º 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 #DEC885 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222200133-
CMYK00.100.400.13
HSL45.17º57.42%69.61%-
HSV(B)45.17º40.09%87.06%-
XYZ55.0158.5330.59-
YUV198.9490.79144.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=40%
G=36.04%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220013300.100.400.1345.1757.4269.61
HexDEC8850A28D2d3946
Octal33631020501250155571106
Binary1101111011001000100001010101010100011011011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC885; }

 p { color: rgb(222,200,133); }

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

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

 a { background-color: rgb(222,200,133); }

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

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

 span { border-color: rgb(222,200,133); }

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