#DED182

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

Shades of Sandwisp #DED182

Tints of Sandwisp #DED182

Color information

#DED182 (or 0xDED182) is unknown color: approx Sandwisp. HEX triplet: DE, D1 and 82. RGB value is (222,209,130). Sum of RGB (Red+Green+Blue) = 222+209+130=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED182 is #212E7D. Grayscale: #CCCCCC. Windows color (decimal): -2174590 or 8573406. OLE color: 8573406.

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

Color convert

RGB222209130-
CMYK00.060.410.13
HSL51.52º58.23%69.02%-
HSV(B)51.52º41.44%87.06%-
XYZ56.9562.7430.23-
YUV203.8886.31140.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 130 (51.17% from 255) = 23.17%
R=39.57%
G=37.25%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220913000.060.410.1351.5258.2369.02
HexDED1820629D343a45
Octal3363212020651156472105
Binary110111101101000110000010011010100111011101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED182; }

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

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

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

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

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

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

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

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