#DED382

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

Shades of Sandwisp #DED382

Tints of Sandwisp #DED382

Color information

#DED382 (or 0xDED382) is unknown color: approx Sandwisp. HEX triplet: DE, D3 and 82. RGB value is (222,211,130). Sum of RGB (Red+Green+Blue) = 222+211+130=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DED382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED382 is #212C7D. Grayscale: #CDCDCD. Windows color (decimal): -2174078 or 8573918. OLE color: 8573918.

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

Color convert

RGB222211130-
CMYK00.050.410.13
HSL52.83º58.23%69.02%-
HSV(B)52.83º41.44%87.06%-
XYZ57.4563.7330.39-
YUV205.0685.64140.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 211 (82.81% from 255) = 37.48%
BLUE value IS 130 (51.17% from 255) = 23.09%
R=39.43%
G=37.48%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221113000.050.410.1352.8358.2369.02
HexDED3820529D353a45
Octal3363232020551156572105
Binary110111101101001110000010010110100111011101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED382; }

 p { color: rgb(222,211,130); }

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

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

 a { background-color: rgb(222,211,130); }

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

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

 span { border-color: rgb(222,211,130); }

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