#DFD7C0

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

Shades of Wheatfield #DFD7C0

Tints of Wheatfield #DFD7C0

Color information

#DFD7C0 (or 0xDFD7C0) is unknown color: approx Wheatfield. HEX triplet: DF, D7 and C0. RGB value is (223,215,192). Sum of RGB (Red+Green+Blue) = 223+215+192=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7C0 is #20283F. Grayscale: #D6D6D6. Windows color (decimal): -2107456 or 12638175. OLE color: 12638175.

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

Color convert

RGB223215192-
CMYK00.040.140.13
HSL44.52º32.63%81.37%-
HSV(B)44.52º13.9%87.45%-
XYZ64.2568.0959.63-
YUV214.77115.15133.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=35.40%
G=34.13%
B=30.48%

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
Decimal22321519200.040.140.1344.5232.6381.37
HexDFD7C004ED2d2151
Octal3373273000416155541121
Binary1101111111010111110000000100111011011011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7C0; }

 p { color: rgb(223,215,192); }

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

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

 a { background-color: rgb(223,215,192); }

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

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

 span { border-color: rgb(223,215,192); }

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