#DFD8BF

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

Shades of Wheatfield #DFD8BF

Tints of Wheatfield #DFD8BF

Color information

#DFD8BF (or 0xDFD8BF) is unknown color: approx Wheatfield. HEX triplet: DF, D8 and BF. RGB value is (223,216,191). Sum of RGB (Red+Green+Blue) = 223+216+191=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8BF is #202740. Grayscale: #D7D7D7. Windows color (decimal): -2107201 or 12572895. OLE color: 12572895.

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

Color convert

RGB223216191-
CMYK00.030.140.13
HSL46.88º33.33%81.18%-
HSV(B)46.88º14.35%87.45%-
XYZ64.3968.5659.13-
YUV215.24114.32133.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 30.32%
R=35.40%
G=34.29%
B=30.32%

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
Decimal22321619100.030.140.1346.8833.3381.18
HexDFD8BF03ED2f2151
Octal3373302770316155741121
Binary110111111101100010111111011111011011011111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8BF; }

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

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

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

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

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

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

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

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