#DECC80

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

Shades of Sandwisp #DECC80

Tints of Sandwisp #DECC80

Color information

#DECC80 (or 0xDECC80) is unknown color: approx Sandwisp. HEX triplet: DE, CC and 80. RGB value is (222,204,128). Sum of RGB (Red+Green+Blue) = 222+204+128=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC80 is #21337F. Grayscale: #C9C9C9. Windows color (decimal): -2175872 or 8441054. OLE color: 8441054.

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

Color convert

RGB222204128-
CMYK00.080.420.13
HSL48.51º58.75%68.63%-
HSV(B)48.51º42.34%87.06%-
XYZ55.6160.2729.12-
YUV200.7286.96143.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=40.07%
G=36.82%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220412800.080.420.1348.5158.7568.63
HexDECC80082AD313b45
Octal33631420001052156173105
Binary1101111011001100100000000100010101011011100011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC80; }

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

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

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

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

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

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

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

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