#DDD6BE

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

Shades of Wheatfield #DDD6BE

Tints of Wheatfield #DDD6BE

Color information

#DDD6BE (or 0xDDD6BE) is unknown color: approx Wheatfield. HEX triplet: DD, D6 and BE. RGB value is (221,214,190). Sum of RGB (Red+Green+Blue) = 221+214+190=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BE is #222941. Grayscale: #D5D5D5. Windows color (decimal): -2238786 or 12506845. OLE color: 12506845.

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

Color convert

RGB221214190-
CMYK00.030.140.13
HSL46.45º31.31%80.59%-
HSV(B)46.45º14.03%86.67%-
XYZ63.1667.1858.35-
YUV213.36114.82133.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=35.36%
G=34.24%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121419000.030.140.1346.4531.3180.59
HexDDD6BE03ED2e1f51
Octal3353262760316155637121
Binary11011101110101101011111001111101101101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6BE; }

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

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

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

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

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

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

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

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