#DDD4BE

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

Shades of Wheatfield #DDD4BE

Tints of Wheatfield #DDD4BE

Color information

#DDD4BE (or 0xDDD4BE) is unknown color: approx Wheatfield. HEX triplet: DD, D4 and BE. RGB value is (221,212,190). Sum of RGB (Red+Green+Blue) = 221+212+190=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BE is #222B41. Grayscale: #D4D4D4. Windows color (decimal): -2239298 or 12506333. OLE color: 12506333.

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

Color convert

RGB221212190-
CMYK00.040.140.13
HSL42.58º31.31%80.59%-
HSV(B)42.58º14.03%86.67%-
XYZ62.6666.1858.19-
YUV212.18115.48134.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=35.47%
G=34.03%
B=30.50%

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
Decimal22121219000.040.140.1342.5831.3180.59
HexDDD4BE04ED2b1f51
Octal3353242760416155337121
Binary110111011101010010111110010011101101101011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4BE; }

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

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

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

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

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

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

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

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