#DDD6BA

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

Shades of Wheatfield #DDD6BA

Tints of Wheatfield #DDD6BA

Color information

#DDD6BA (or 0xDDD6BA) is unknown color: approx Wheatfield. HEX triplet: DD, D6 and BA. RGB value is (221,214,186). Sum of RGB (Red+Green+Blue) = 221+214+186=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BA is #222945. Grayscale: #D5D5D5. Windows color (decimal): -2238790 or 12244701. OLE color: 12244701.

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

Color convert

RGB221214186-
CMYK00.030.160.13
HSL48º33.98%79.8%-
HSV(B)48º15.84%86.67%-
XYZ62.7367.0156.08-
YUV212.9112.82133.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=35.59%
G=34.46%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121418600.030.160.134833.9879.8
HexDDD6BA0310D302250
Octal3353262720320156042120
Binary1101110111010110101110100111000011011100001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6BA; }

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

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

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

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

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

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

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

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