#DED08C

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

Shades of Sandwisp #DED08C

Tints of Sandwisp #DED08C

Color information

#DED08C (or 0xDED08C) is unknown color: approx Sandwisp. HEX triplet: DE, D0 and 8C. RGB value is (222,208,140). Sum of RGB (Red+Green+Blue) = 222+208+140=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DED08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED08C is #212F73. Grayscale: #CCCCCC. Windows color (decimal): -2174836 or 9228510. OLE color: 9228510.

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

Color convert

RGB222208140-
CMYK00.060.370.13
HSL49.76º55.41%70.98%-
HSV(B)49.76º36.94%87.06%-
XYZ57.4162.5333.86-
YUV204.4391.64140.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 208 (81.64% from 255) = 36.49%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=38.95%
G=36.49%
B=24.56%

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
Decimal22220814000.060.370.1349.7655.4170.98
HexDED08C0625D323747
Octal3363202140645156267107
Binary110111101101000010001100011010010111011100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED08C; }

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

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

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

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

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

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

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

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