#DFD5BF

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

Shades of Wheatfield #DFD5BF

Tints of Wheatfield #DFD5BF

Color information

#DFD5BF (or 0xDFD5BF) is unknown color: approx Wheatfield. HEX triplet: DF, D5 and BF. RGB value is (223,213,191). Sum of RGB (Red+Green+Blue) = 223+213+191=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5BF is #202A40. Grayscale: #D5D5D5. Windows color (decimal): -2107969 or 12572127. OLE color: 12572127.

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

Color convert

RGB223213191-
CMYK00.040.140.13
HSL41.25º33.33%81.18%-
HSV(B)41.25º14.35%87.45%-
XYZ63.6367.0458.88-
YUV213.48115.31134.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 191 (75% from 255) = 30.46%
R=35.57%
G=33.97%
B=30.46%

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
Decimal22321319100.040.140.1341.2533.3381.18
HexDFD5BF04ED292151
Octal3373252770416155141121
Binary1101111111010101101111110100111011011010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5BF; }

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

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

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

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

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

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

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

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