#DDD5B9

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

Shades of Wheatfield #DDD5B9

Tints of Wheatfield #DDD5B9

Color information

#DDD5B9 (or 0xDDD5B9) is unknown color: approx Wheatfield. HEX triplet: DD, D5 and B9. RGB value is (221,213,185). Sum of RGB (Red+Green+Blue) = 221+213+185=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5B9 is #222A46. Grayscale: #D4D4D4. Windows color (decimal): -2239047 or 12178909. OLE color: 12178909.

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

Color convert

RGB221213185-
CMYK00.040.160.13
HSL46.67º34.62%79.61%-
HSV(B)46.67º16.29%86.67%-
XYZ62.3766.4655.44-
YUV212.2112.65134.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=35.70%
G=34.41%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121318500.040.160.1346.6734.6279.61
HexDDD5B90410D2f2350
Octal3353252710420155743120
Binary11011101110101011011100101001000011011011111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5B9; }

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

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

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

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

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

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

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

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