#DED17C

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

Shades of Sandwisp #DED17C

Tints of Sandwisp #DED17C

Color information

#DED17C (or 0xDED17C) is unknown color: approx Sandwisp. HEX triplet: DE, D1 and 7C. RGB value is (222,209,124). Sum of RGB (Red+Green+Blue) = 222+209+124=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED17C is #212E83. Grayscale: #CBCBCB. Windows color (decimal): -2174596 or 8180190. OLE color: 8180190.

HSL color Cylindrical-coordinate representation of color #DED17C: hue angle of 52.04º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DED17C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222209124-
CMYK00.060.440.13
HSL52.04º59.76%67.84%-
HSV(B)52.04º44.14%87.06%-
XYZ56.5662.5928.17-
YUV203.283.31141.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 124 (48.83% from 255) = 22.34%
R=40%
G=37.66%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220912400.060.440.1352.0459.7667.84
HexDED17C062CD343c44
Octal3363211740654156474104
Binary11011110110100011111100011010110011011101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED17C; }

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

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

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

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

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

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

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

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