#DED08B

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

Shades of Sandwisp #DED08B

Tints of Sandwisp #DED08B

Color information

#DED08B (or 0xDED08B) is unknown color: approx Sandwisp. HEX triplet: DE, D0 and 8B. RGB value is (222,208,139). Sum of RGB (Red+Green+Blue) = 222+208+139=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED08B is #212F74. Grayscale: #CCCCCC. Windows color (decimal): -2174837 or 9162974. OLE color: 9162974.

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

Color convert

RGB222208139-
CMYK00.060.370.13
HSL49.88º55.7%70.78%-
HSV(B)49.88º37.39%87.06%-
XYZ57.3462.5133.47-
YUV204.3291.14140.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 208 (81.64% from 255) = 36.56%
BLUE value IS 139 (54.69% from 255) = 24.43%
R=39.02%
G=36.56%
B=24.43%

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
Decimal22220813900.060.370.1349.8855.770.78
HexDED08B0625D323847
Octal3363202130645156270107
Binary110111101101000010001011011010010111011100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED08B; }

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

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

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

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

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

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

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

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