Html Css Color HEX #DDD7BD Wheatfield

📋 copy color: '#DDD7BD'

red 221 ◦ green 215 ◦ blue 189

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

Shades of Wheatfield #DDD7BD

Tints of Wheatfield #DDD7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.4%

 BLUE value IS 189 (74.22% from 255) = 30.24%

R = 35.36%
G = 34.4%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDD7BD (or 0xDDD7BD) is known color: Wheatfield. HEX triplet: DD, D7 and BD. RGB value is (221,215,189). Sum of RGB (Red+Green+Blue) = 221+215+189=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BD is #222842. Grayscale: #D5D5D5. Windows color (decimal): -2238531 or 12441565. OLE color: 12441565.

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

Color convert

RGB 221 215 189 -
CMYK 0 0.03 0.14 0.13
HSL 48.75º 0.32% 0.8% -
HSV(B) 48.75º 0.14% 0.87% -
XYZ 63.3 67.65 57.86 -
YUV 213.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 221 215 189 0 0.03 0.14 0.13 48.75 0.32 0.8
Hex DD D7 BD 0 3 E D 31 20 50
Octal 335 327 275 0 3 16 15 61 40 120
Binary 11011101 11010111 10111101 0 11 1110 1101 110001 100000 1010000

Color Harmonies of #DDD7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7BD

Black with #DDD7BD

Text Example


Text Example

White with #DDD7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7BD; }

 p { color: rgb(221,215,189); }

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

background-color css

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

 a { background-color: rgb(221,215,189); }

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

border-color css

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

 span { border-color: rgb(221,215,189); }

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