Html Css Color HEX #DDD5BE Wheatfield

📋 copy color: '#DDD5BE'

red 221 ◦ green 213 ◦ blue 190

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

Shades of Wheatfield #DDD5BE

Tints of Wheatfield #DDD5BE

RGB

 RED value IS 221 (86.72% from 255) = 35.42%

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

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

R = 35.42%
G = 34.13%
B = 30.45%

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

#DDD5BE (or 0xDDD5BE) is known color: Wheatfield. HEX triplet: DD, D5 and BE. RGB value is (221,213,190). Sum of RGB (Red+Green+Blue) = 221+213+190=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5BE is #222A41. Grayscale: #D4D4D4. Windows color (decimal): -2239042 or 12506589. OLE color: 12506589.

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

Color convert

RGB 221 213 190 -
CMYK 0 0.04 0.14 0.13
HSL 44.52º 0.31% 0.81% -
HSV(B) 44.52º 0.14% 0.87% -
XYZ 62.91 66.68 58.27 -
YUV 212.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 221 213 190 0 0.04 0.14 0.13 44.52 0.31 0.81
Hex DD D5 BE 0 4 E D 2D 1F 51
Octal 335 325 276 0 4 16 15 55 37 121
Binary 11011101 11010101 10111110 0 100 1110 1101 101101 11111 1010001

Color Harmonies of #DDD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5BE

Black with #DDD5BE

Text Example


Text Example

White with #DDD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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