#DDD7BF

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

Shades of Wheatfield #DDD7BF

Tints of Wheatfield #DDD7BF

Color information

#DDD7BF (or 0xDDD7BF) is unknown color: approx Wheatfield. HEX triplet: DD, D7 and BF. RGB value is (221,215,191). Sum of RGB (Red+Green+Blue) = 221+215+191=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BF is #222840. Grayscale: #D6D6D6. Windows color (decimal): -2238529 or 12572637. OLE color: 12572637.

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

Color convert

RGB221215191-
CMYK00.030.140.13
HSL48º30.61%80.78%-
HSV(B)48º13.57%86.67%-
XYZ63.5267.7359.02-
YUV214.06114.99132.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 30.46%
R=35.25%
G=34.29%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121519100.030.140.134830.6180.78
HexDDD7BF03ED301f51
Octal3353272770316156037121
Binary11011101110101111011111101111101101110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7BF; }

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

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

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

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

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

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

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

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