#DDD7BE

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

Shades of Wheatfield #DDD7BE

Tints of Wheatfield #DDD7BE

Color information

#DDD7BE (or 0xDDD7BE) is unknown color: approx Wheatfield. HEX triplet: DD, D7 and BE. RGB value is (221,215,190). Sum of RGB (Red+Green+Blue) = 221+215+190=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BE is #222841. Grayscale: #D6D6D6. Windows color (decimal): -2238530 or 12507101. OLE color: 12507101.

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

Color convert

RGB221215190-
CMYK00.030.140.13
HSL48.39º31.31%80.59%-
HSV(B)48.39º14.03%86.67%-
XYZ63.4167.6958.44-
YUV213.94114.49133.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 215 (84.38% from 255) = 34.35%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=35.30%
G=34.35%
B=30.35%

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
Decimal22121519000.030.140.1348.3931.3180.59
HexDDD7BE03ED301f51
Octal3353272760316156037121
Binary11011101110101111011111001111101101110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7BE; }

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

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

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

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

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

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

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

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