#DDD5BE

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

Shades of Wheatfield #DDD5BE

Tints of Wheatfield #DDD5BE

Color information

#DDD5BE (or 0xDDD5BE) is unknown color: approx Wheatfield. HEX triplet: DD, D5 and BE. RGB value is (221,213,190). Sum of RGB (Red+Green+Blue) = 221+213+190=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5BE is #222A41. Grayscale: #D4D4D4. Windows color (decimal): -2239042 or 12506589. OLE color: 12506589.

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

Color convert

RGB221213190-
CMYK00.040.140.13
HSL44.52º31.31%80.59%-
HSV(B)44.52º14.03%86.67%-
XYZ62.9166.6858.27-
YUV212.77115.15133.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=35.42%
G=34.13%
B=30.45%

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
Decimal22121319000.040.140.1344.5231.3180.59
HexDDD5BE04ED2d1f51
Octal3353252760416155537121
Binary110111011101010110111110010011101101101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5BE; }

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

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

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

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

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

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

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

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