#DDD5B7

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

Shades of Wheatfield #DDD5B7

Tints of Wheatfield #DDD5B7

Color information

#DDD5B7 (or 0xDDD5B7) is unknown color: approx Wheatfield. HEX triplet: DD, D5 and B7. RGB value is (221,213,183). Sum of RGB (Red+Green+Blue) = 221+213+183=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5B7 is #222A48. Grayscale: #D4D4D4. Windows color (decimal): -2239049 or 12047837. OLE color: 12047837.

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

Color convert

RGB221213183-
CMYK00.040.170.13
HSL47.37º35.85%79.22%-
HSV(B)47.37º17.19%86.67%-
XYZ62.1666.3854.34-
YUV211.97111.65134.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 213 (83.59% from 255) = 34.52%
BLUE value IS 183 (71.88% from 255) = 29.66%
R=35.82%
G=34.52%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121318300.040.170.1347.3735.8579.22
HexDDD5B70411D2f244f
Octal3353252670421155744117
Binary11011101110101011011011101001000111011011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5B7; }

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

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

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

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

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

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

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

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