#DDD5BF

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

Shades of Wheatfield #DDD5BF

Tints of Wheatfield #DDD5BF

Color information

#DDD5BF (or 0xDDD5BF) is unknown color: approx Wheatfield. HEX triplet: DD, D5 and BF. RGB value is (221,213,191). Sum of RGB (Red+Green+Blue) = 221+213+191=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5BF is #222A40. Grayscale: #D4D4D4. Windows color (decimal): -2239041 or 12572125. OLE color: 12572125.

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

Color convert

RGB221213191-
CMYK00.040.140.13
HSL44º30.61%80.78%-
HSV(B)44º13.57%86.67%-
XYZ63.0266.7258.85-
YUV212.88115.65133.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 191 (75% from 255) = 30.56%
R=35.36%
G=34.08%
B=30.56%

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
Decimal22121319100.040.140.134430.6180.78
HexDDD5BF04ED2c1f51
Octal3353252770416155437121
Binary110111011101010110111111010011101101101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5BF; }

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

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

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

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

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

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

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

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