Html Css Color HEX #DDD6BD Wheatfield

📋 copy color: '#DDD6BD'

red 221 ◦ green 214 ◦ blue 189

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

Shades of Wheatfield #DDD6BD

Tints of Wheatfield #DDD6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.29%

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

R = 35.42%
G = 34.29%
B = 30.29%

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

#DDD6BD (or 0xDDD6BD) is known color: Wheatfield. HEX triplet: DD, D6 and BD. RGB value is (221,214,189). Sum of RGB (Red+Green+Blue) = 221+214+189=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BD is #222942. Grayscale: #D5D5D5. Windows color (decimal): -2238787 or 12441309. OLE color: 12441309.

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

Color convert

RGB 221 214 189 -
CMYK 0 0.03 0.14 0.13
HSL 46.88º 0.32% 0.8% -
HSV(B) 46.88º 0.14% 0.87% -
XYZ 63.05 67.14 57.78 -
YUV 213.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 221 214 189 0 0.03 0.14 0.13 46.88 0.32 0.8
Hex DD D6 BD 0 3 E D 2F 20 50
Octal 335 326 275 0 3 16 15 57 40 120
Binary 11011101 11010110 10111101 0 11 1110 1101 101111 100000 1010000

Color Harmonies of #DDD6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6BD

Black with #DDD6BD

Text Example


Text Example

White with #DDD6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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