#DFD7BF

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

Shades of Wheatfield #DFD7BF

Tints of Wheatfield #DFD7BF

Color information

#DFD7BF (or 0xDFD7BF) is unknown color: approx Wheatfield. HEX triplet: DF, D7 and BF. RGB value is (223,215,191). Sum of RGB (Red+Green+Blue) = 223+215+191=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7BF is #202840. Grayscale: #D6D6D6. Windows color (decimal): -2107457 or 12572639. OLE color: 12572639.

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

Color convert

RGB223215191-
CMYK00.040.140.13
HSL45º33.33%81.18%-
HSV(B)45º14.35%87.45%-
XYZ64.1468.0559.04-
YUV214.66114.65133.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 215 (84.38% from 255) = 34.18%
BLUE value IS 191 (75% from 255) = 30.37%
R=35.45%
G=34.18%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321519100.040.140.134533.3381.18
HexDFD7BF04ED2d2151
Octal3373272770416155541121
Binary1101111111010111101111110100111011011011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7BF; }

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

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

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

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

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

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

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

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