#DDD4BA

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

Shades of Wheatfield #DDD4BA

Tints of Wheatfield #DDD4BA

Color information

#DDD4BA (or 0xDDD4BA) is unknown color: approx Wheatfield. HEX triplet: DD, D4 and BA. RGB value is (221,212,186). Sum of RGB (Red+Green+Blue) = 221+212+186=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BA is #222B45. Grayscale: #D3D3D3. Windows color (decimal): -2239302 or 12244189. OLE color: 12244189.

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

Color convert

RGB221212186-
CMYK00.040.160.13
HSL44.57º33.98%79.8%-
HSV(B)44.57º15.84%86.67%-
XYZ62.236655.91-
YUV211.73113.48134.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=35.70%
G=34.25%
B=30.05%

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
Decimal22121218600.040.160.1344.5733.9879.8
HexDDD4BA0410D2d2250
Octal3353242720420155542120
Binary11011101110101001011101001001000011011011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4BA; }

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

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

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

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

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

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

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

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