#DED17D

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

Shades of Sandwisp #DED17D

Tints of Sandwisp #DED17D

Color information

#DED17D (or 0xDED17D) is unknown color: approx Sandwisp. HEX triplet: DE, D1 and 7D. RGB value is (222,209,125). Sum of RGB (Red+Green+Blue) = 222+209+125=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DED17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED17D is #212E82. Grayscale: #CBCBCB. Windows color (decimal): -2174595 or 8245726. OLE color: 8245726.

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

Color convert

RGB222209125-
CMYK00.060.440.13
HSL51.96º59.51%68.04%-
HSV(B)51.96º43.69%87.06%-
XYZ56.6362.6128.5-
YUV203.3183.81141.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 125 (49.22% from 255) = 22.48%
R=39.93%
G=37.59%
B=22.48%

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
Decimal22220912500.060.440.1351.9659.5168.04
HexDED17D062CD343c44
Octal3363211750654156474104
Binary11011110110100011111101011010110011011101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED17D; }

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

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

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

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

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

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

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

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