#DED18C

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

Shades of Sandwisp #DED18C

Tints of Sandwisp #DED18C

Color information

#DED18C (or 0xDED18C) is unknown color: approx Sandwisp. HEX triplet: DE, D1 and 8C. RGB value is (222,209,140). Sum of RGB (Red+Green+Blue) = 222+209+140=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DED18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED18C is #212E73. Grayscale: #CDCDCD. Windows color (decimal): -2174580 or 9228766. OLE color: 9228766.

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

Color convert

RGB222209140-
CMYK00.060.370.13
HSL50.49º55.41%70.98%-
HSV(B)50.49º36.94%87.06%-
XYZ57.6663.0233.94-
YUV205.0291.31140.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 140 (55.08% from 255) = 24.52%
R=38.88%
G=36.60%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220914000.060.370.1350.4955.4170.98
HexDED18C0625D323747
Octal3363212140645156267107
Binary110111101101000110001100011010010111011100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED18C; }

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

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

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

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

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

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

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

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