#DFD6B6

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

Shades of Wheatfield #DFD6B6

Tints of Wheatfield #DFD6B6

Color information

#DFD6B6 (or 0xDFD6B6) is unknown color: approx Wheatfield. HEX triplet: DF, D6 and B6. RGB value is (223,214,182). Sum of RGB (Red+Green+Blue) = 223+214+182=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6B6 is #202949. Grayscale: #D5D5D5. Windows color (decimal): -2107722 or 11982559. OLE color: 11982559.

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

Color convert

RGB223214182-
CMYK00.040.180.13
HSL46.83º39.05%79.41%-
HSV(B)46.83º18.39%87.45%-
XYZ62.9267.1653.9-
YUV213.04110.48135.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=36.03%
G=34.57%
B=29.40%

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
Decimal22321418200.040.180.1346.8339.0579.41
HexDFD6B60412D2f274f
Octal3373262660422155747117
Binary11011111110101101011011001001001011011011111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6B6; }

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

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

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

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

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

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

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

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