#DFD5BE

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

Shades of Wheatfield #DFD5BE

Tints of Wheatfield #DFD5BE

Color information

#DFD5BE (or 0xDFD5BE) is unknown color: approx Wheatfield. HEX triplet: DF, D5 and BE. RGB value is (223,213,190). Sum of RGB (Red+Green+Blue) = 223+213+190=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5BE is #202A41. Grayscale: #D5D5D5. Windows color (decimal): -2107970 or 12506591. OLE color: 12506591.

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

Color convert

RGB223213190-
CMYK00.040.150.13
HSL41.82º34.02%80.98%-
HSV(B)41.82º14.8%87.45%-
XYZ63.5266.9958.3-
YUV213.37114.81134.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=35.62%
G=34.03%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321319000.040.150.1341.8234.0280.98
HexDFD5BE04FD2a2251
Octal3373252760417155242121
Binary1101111111010101101111100100111111011010101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5BE; }

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

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

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

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

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

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

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

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