#DED07D

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

Shades of Sandwisp #DED07D

Tints of Sandwisp #DED07D

Color information

#DED07D (or 0xDED07D) is unknown color: approx Sandwisp. HEX triplet: DE, D0 and 7D. RGB value is (222,208,125). Sum of RGB (Red+Green+Blue) = 222+208+125=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED07D is #212F82. Grayscale: #CBCBCB. Windows color (decimal): -2174851 or 8245470. OLE color: 8245470.

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

Color convert

RGB222208125-
CMYK00.060.440.13
HSL51.34º59.51%68.04%-
HSV(B)51.34º43.69%87.06%-
XYZ56.3862.1228.42-
YUV202.7284.14141.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=40%
G=37.48%
B=22.52%

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
Decimal22220812500.060.440.1351.3459.5168.04
HexDED07D062CD333c44
Octal3363201750654156374104
Binary11011110110100001111101011010110011011100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED07D; }

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

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

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

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

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

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

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

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