#DED5BE

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

Shades of Wheatfield #DED5BE

Tints of Wheatfield #DED5BE

Color information

#DED5BE (or 0xDED5BE) is unknown color: approx Wheatfield. HEX triplet: DE, D5 and BE. RGB value is (222,213,190). Sum of RGB (Red+Green+Blue) = 222+213+190=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5BE is #212A41. Grayscale: #D5D5D5. Windows color (decimal): -2173506 or 12506590. OLE color: 12506590.

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

Color convert

RGB222213190-
CMYK00.040.140.13
HSL43.13º32.65%80.78%-
HSV(B)43.13º14.41%87.06%-
XYZ63.2166.8458.28-
YUV213.07114.98134.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=35.52%
G=34.08%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221319000.040.140.1343.1332.6580.78
HexDED5BE04ED2b2151
Octal3363252760416155341121
Binary1101111011010101101111100100111011011010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5BE; }

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

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

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

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

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

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

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

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