#DECB80

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

Shades of Sandwisp #DECB80

Tints of Sandwisp #DECB80

Color information

#DECB80 (or 0xDECB80) is unknown color: approx Sandwisp. HEX triplet: DE, CB and 80. RGB value is (222,203,128). Sum of RGB (Red+Green+Blue) = 222+203+128=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB80 is #21347F. Grayscale: #C8C8C8. Windows color (decimal): -2176128 or 8440798. OLE color: 8440798.

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

Color convert

RGB222203128-
CMYK00.090.420.13
HSL47.87º58.75%68.63%-
HSV(B)47.87º42.34%87.06%-
XYZ55.3859.829.05-
YUV200.1387.29143.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=40.14%
G=36.71%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220312800.090.420.1347.8758.7568.63
HexDECB80092AD303b45
Octal33631320001152156073105
Binary1101111011001011100000000100110101011011100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB80; }

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

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

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

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

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

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

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

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