#DFD5B6

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

Shades of Wheatfield #DFD5B6

Tints of Wheatfield #DFD5B6

Color information

#DFD5B6 (or 0xDFD5B6) is unknown color: approx Wheatfield. HEX triplet: DF, D5 and B6. RGB value is (223,213,182). Sum of RGB (Red+Green+Blue) = 223+213+182=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5B6 is #202A49. Grayscale: #D4D4D4. Windows color (decimal): -2107978 or 11982303. OLE color: 11982303.

HSL color Cylindrical-coordinate representation of color #DFD5B6: hue angle of 45.37º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFD5B6 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223213182-
CMYK00.040.180.13
HSL45.37º39.05%79.41%-
HSV(B)45.37º18.39%87.45%-
XYZ62.6766.6553.82-
YUV212.46110.81135.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 182 (71.48% from 255) = 29.45%
R=36.08%
G=34.47%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321318200.040.180.1345.3739.0579.41
HexDFD5B60412D2d274f
Octal3373252660422155547117
Binary11011111110101011011011001001001011011011011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5B6; }

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

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

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

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

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

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

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

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