#DDD5BA

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

Shades of Wheatfield #DDD5BA

Tints of Wheatfield #DDD5BA

Color information

#DDD5BA (or 0xDDD5BA) is unknown color: approx Wheatfield. HEX triplet: DD, D5 and BA. RGB value is (221,213,186). Sum of RGB (Red+Green+Blue) = 221+213+186=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5BA is #222A45. Grayscale: #D4D4D4. Windows color (decimal): -2239046 or 12244445. OLE color: 12244445.

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

Color convert

RGB221213186-
CMYK00.040.160.13
HSL46.29º33.98%79.8%-
HSV(B)46.29º15.84%86.67%-
XYZ62.4866.5156-
YUV212.31113.15134.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 186 (73.05% from 255) = 30%
R=35.65%
G=34.35%
B=30%

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
Decimal22121318600.040.160.1346.2933.9879.8
HexDDD5BA0410D2e2250
Octal3353252720420155642120
Binary11011101110101011011101001001000011011011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5BA; }

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

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

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

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

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

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

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

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