#DED6BE

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

Shades of Wheatfield #DED6BE

Tints of Wheatfield #DED6BE

Color information

#DED6BE (or 0xDED6BE) is unknown color: approx Wheatfield. HEX triplet: DE, D6 and BE. RGB value is (222,214,190). Sum of RGB (Red+Green+Blue) = 222+214+190=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6BE is #212941. Grayscale: #D5D5D5. Windows color (decimal): -2173250 or 12506846. OLE color: 12506846.

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

Color convert

RGB222214190-
CMYK00.040.140.13
HSL45º32.65%80.78%-
HSV(B)45º14.41%87.06%-
XYZ63.4767.3458.37-
YUV213.66114.65133.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 214 (83.98% from 255) = 34.19%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=35.46%
G=34.19%
B=30.35%

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
Decimal22221419000.040.140.134532.6580.78
HexDED6BE04ED2d2151
Octal3363262760416155541121
Binary1101111011010110101111100100111011011011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6BE; }

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

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

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

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

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

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

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

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