#DDD5B6

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

Shades of Wheatfield #DDD5B6

Tints of Wheatfield #DDD5B6

Color information

#DDD5B6 (or 0xDDD5B6) is unknown color: approx Wheatfield. HEX triplet: DD, D5 and B6. RGB value is (221,213,182). Sum of RGB (Red+Green+Blue) = 221+213+182=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5B6 is #222A49. Grayscale: #D3D3D3. Windows color (decimal): -2239050 or 11982301. OLE color: 11982301.

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

Color convert

RGB221213182-
CMYK00.040.180.13
HSL47.69º36.45%79.02%-
HSV(B)47.69º17.65%86.67%-
XYZ62.0666.3453.79-
YUV211.86111.15134.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 182 (71.48% from 255) = 29.55%
R=35.88%
G=34.58%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121318200.040.180.1347.6936.4579.02
HexDDD5B60412D30244f
Octal3353252660422156044117
Binary11011101110101011011011001001001011011100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5B6; }

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

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

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

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

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

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

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

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