#DFD6BF

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

Shades of Wheatfield #DFD6BF

Tints of Wheatfield #DFD6BF

Color information

#DFD6BF (or 0xDFD6BF) is unknown color: approx Wheatfield. HEX triplet: DF, D6 and BF. RGB value is (223,214,191). Sum of RGB (Red+Green+Blue) = 223+214+191=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6BF is #202940. Grayscale: #D6D6D6. Windows color (decimal): -2107713 or 12572383. OLE color: 12572383.

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

Color convert

RGB223214191-
CMYK00.040.140.13
HSL43.13º33.33%81.18%-
HSV(B)43.13º14.35%87.45%-
XYZ63.8867.5458.96-
YUV214.07114.98134.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 191 (75% from 255) = 30.41%
R=35.51%
G=34.08%
B=30.41%

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
Decimal22321419100.040.140.1343.1333.3381.18
HexDFD6BF04ED2b2151
Octal3373262770416155341121
Binary1101111111010110101111110100111011011010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6BF; }

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

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

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

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

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

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

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

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