#DDD4BC

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

Shades of Wheatfield #DDD4BC

Tints of Wheatfield #DDD4BC

Color information

#DDD4BC (or 0xDDD4BC) is unknown color: approx Wheatfield. HEX triplet: DD, D4 and BC. RGB value is (221,212,188). Sum of RGB (Red+Green+Blue) = 221+212+188=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BC is #222B43. Grayscale: #D4D4D4. Windows color (decimal): -2239300 or 12375261. OLE color: 12375261.

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

Color convert

RGB221212188-
CMYK00.040.150.13
HSL43.64º32.67%80.2%-
HSV(B)43.64º14.93%86.67%-
XYZ62.4466.0957.04-
YUV211.96114.48134.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=35.59%
G=34.14%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121218800.040.150.1343.6432.6780.2
HexDDD4BC04FD2c2150
Octal3353242740417155441120
Binary1101110111010100101111000100111111011011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4BC; }

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

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

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

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

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

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

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

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