#DECA80

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

Shades of Sandwisp #DECA80

Tints of Sandwisp #DECA80

Color information

#DECA80 (or 0xDECA80) is unknown color: approx Sandwisp. HEX triplet: DE, CA and 80. RGB value is (222,202,128). Sum of RGB (Red+Green+Blue) = 222+202+128=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA80 is #21357F. Grayscale: #C7C7C7. Windows color (decimal): -2176384 or 8440542. OLE color: 8440542.

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

Color convert

RGB222202128-
CMYK00.090.420.13
HSL47.23º58.75%68.63%-
HSV(B)47.23º42.34%87.06%-
XYZ55.1459.3328.97-
YUV199.5487.63144.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=40.22%
G=36.59%
B=23.19%

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
Decimal22220212800.090.420.1347.2358.7568.63
HexDECA80092AD2f3b45
Octal33631220001152155773105
Binary1101111011001010100000000100110101011011011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA80; }

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

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

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

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

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

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

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

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