#DFD6BB

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

Shades of Wheatfield #DFD6BB

Tints of Wheatfield #DFD6BB

Color information

#DFD6BB (or 0xDFD6BB) is unknown color: approx Wheatfield. HEX triplet: DF, D6 and BB. RGB value is (223,214,187). Sum of RGB (Red+Green+Blue) = 223+214+187=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6BB is #202944. Grayscale: #D5D5D5. Windows color (decimal): -2107717 or 12310239. OLE color: 12310239.

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

Color convert

RGB223214187-
CMYK00.040.160.13
HSL45º36%80.39%-
HSV(B)45º16.14%87.45%-
XYZ63.4567.3756.67-
YUV213.61112.98134.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=35.74%
G=34.29%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321418700.040.160.13453680.39
HexDFD6BB0410D2d2450
Octal3373262730420155544120
Binary11011111110101101011101101001000011011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6BB; }

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

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

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

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

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

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

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

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