#DECB88

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

Shades of Sandwisp #DECB88

Tints of Sandwisp #DECB88

Color information

#DECB88 (or 0xDECB88) is unknown color: approx Sandwisp. HEX triplet: DE, CB and 88. RGB value is (222,203,136). Sum of RGB (Red+Green+Blue) = 222+203+136=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB88 is #213477. Grayscale: #C9C9C9. Windows color (decimal): -2176120 or 8965086. OLE color: 8965086.

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

Color convert

RGB222203136-
CMYK00.090.390.13
HSL46.74º56.58%70.2%-
HSV(B)46.74º38.74%87.06%-
XYZ55.9260.0231.93-
YUV201.0491.29142.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 136 (53.52% from 255) = 24.24%
R=39.57%
G=36.19%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220313600.090.390.1346.7456.5870.2
HexDECB880927D2f3946
Octal33631321001147155771106
Binary1101111011001011100010000100110011111011011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB88; }

 p { color: rgb(222,203,136); }

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

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

 a { background-color: rgb(222,203,136); }

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

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

 span { border-color: rgb(222,203,136); }

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