Html Css Color HEX #DFD5BA Wheatfield

📋 copy color: '#DFD5BA'

red 223 ◦ green 213 ◦ blue 186

#DFD5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wheatfield #DFD5BA

Tints of Wheatfield #DFD5BA

RGB

 RED value IS 223 (87.5% from 255) = 35.85%

 GREEN value IS 213 (83.59% from 255) = 34.24%

 BLUE value IS 186 (73.05% from 255) = 29.9%

R = 35.85%
G = 34.24%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFD5BA (or 0xDFD5BA) is known color: Wheatfield. HEX triplet: DF, D5 and BA. RGB value is (223,213,186). Sum of RGB (Red+Green+Blue) = 223+213+186=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5BA is #202A45. Grayscale: #D5D5D5. Windows color (decimal): -2107974 or 12244447. OLE color: 12244447.

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

Color convert

RGB 223 213 186 -
CMYK 0 0.04 0.17 0.13
HSL 43.78º 0.37% 0.8% -
HSV(B) 43.78º 0.17% 0.87% -
XYZ 63.09 66.82 56.03 -
YUV 212.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 223 213 186 0 0.04 0.17 0.13 43.78 0.37 0.8
Hex DF D5 BA 0 4 11 D 2C 25 50
Octal 337 325 272 0 4 21 15 54 45 120
Binary 11011111 11010101 10111010 0 100 10001 1101 101100 100101 1010000

Color Harmonies of #DFD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5BA

Black with #DFD5BA

Text Example


Text Example

White with #DFD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5BA; }

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

 H1.HeaderClassName
 {
   color: #DFD5BA;
 }
 .AnyTagClassName
 {
   color: #DFD5BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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