#DED5BB

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

Shades of Wheatfield #DED5BB

Tints of Wheatfield #DED5BB

Color information

#DED5BB (or 0xDED5BB) is unknown color: approx Wheatfield. HEX triplet: DE, D5 and BB. RGB value is (222,213,187). Sum of RGB (Red+Green+Blue) = 222+213+187=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5BB is #212A44. Grayscale: #D4D4D4. Windows color (decimal): -2173509 or 12309982. OLE color: 12309982.

HSL color Cylindrical-coordinate representation of color #DED5BB: hue angle of 44.57º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DED5BB is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222213187-
CMYK00.040.160.13
HSL44.57º34.65%80.2%-
HSV(B)44.57º15.77%87.06%-
XYZ62.8966.7156.57-
YUV212.73113.48134.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=35.69%
G=34.24%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221318700.040.160.1344.5734.6580.2
HexDED5BB0410D2d2350
Octal3363252730420155543120
Binary11011110110101011011101101001000011011011011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5BB; }

 p { color: rgb(222,213,187); }

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

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

 a { background-color: rgb(222,213,187); }

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

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

 span { border-color: rgb(222,213,187); }

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