#DED084

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

Shades of Sandwisp #DED084

Tints of Sandwisp #DED084

Color information

#DED084 (or 0xDED084) is unknown color: approx Sandwisp. HEX triplet: DE, D0 and 84. RGB value is (222,208,132). Sum of RGB (Red+Green+Blue) = 222+208+132=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DED084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED084 is #212F7B. Grayscale: #CBCBCB. Windows color (decimal): -2174844 or 8704222. OLE color: 8704222.

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

Color convert

RGB222208132-
CMYK00.060.410.13
HSL50.67º57.69%69.41%-
HSV(B)50.67º40.54%87.06%-
XYZ56.8462.3130.86-
YUV203.5287.64141.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 132 (51.95% from 255) = 23.49%
R=39.50%
G=37.01%
B=23.49%

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
Decimal22220813200.060.410.1350.6757.6969.41
HexDED0840629D333a45
Octal3363202040651156372105
Binary110111101101000010000100011010100111011100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED084; }

 p { color: rgb(222,208,132); }

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

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

 a { background-color: rgb(222,208,132); }

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

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

 span { border-color: rgb(222,208,132); }

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