Html Css Color HEX #DED5BE Wheatfield

📋 copy color: '#DED5BE'

red 222 ◦ green 213 ◦ blue 190

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

Shades of Wheatfield #DED5BE

Tints of Wheatfield #DED5BE

RGB

 RED value IS 222 (87.11% from 255) = 35.52%

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

 BLUE value IS 190 (74.61% from 255) = 30.4%

R = 35.52%
G = 34.08%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DED5BE (or 0xDED5BE) is known color: Wheatfield. HEX triplet: DE, D5 and BE. RGB value is (222,213,190). Sum of RGB (Red+Green+Blue) = 222+213+190=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5BE is #212A41. Grayscale: #D5D5D5. Windows color (decimal): -2173506 or 12506590. OLE color: 12506590.

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

Color convert

RGB 222 213 190 -
CMYK 0 0.04 0.14 0.13
HSL 43.13º 0.33% 0.81% -
HSV(B) 43.13º 0.14% 0.87% -
XYZ 63.21 66.84 58.28 -
YUV 213.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 222 213 190 0 0.04 0.14 0.13 43.13 0.33 0.81
Hex DE D5 BE 0 4 E D 2B 21 51
Octal 336 325 276 0 4 16 15 53 41 121
Binary 11011110 11010101 10111110 0 100 1110 1101 101011 100001 1010001

Color Harmonies of #DED5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5BE

Black with #DED5BE

Text Example


Text Example

White with #DED5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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