Html Css Color HEX #DDD6B9 Wheatfield

📋 copy color: '#DDD6B9'

red 221 ◦ green 214 ◦ blue 185

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

Shades of Wheatfield #DDD6B9

Tints of Wheatfield #DDD6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.84%

R = 35.65%
G = 34.52%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDD6B9 (or 0xDDD6B9) is known color: Wheatfield. HEX triplet: DD, D6 and B9. RGB value is (221,214,185). Sum of RGB (Red+Green+Blue) = 221+214+185=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6B9 is #222946. Grayscale: #D4D4D4. Windows color (decimal): -2238791 or 12179165. OLE color: 12179165.

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

Color convert

RGB 221 214 185 -
CMYK 0 0.03 0.16 0.13
HSL 48.33º 0.35% 0.8% -
HSV(B) 48.33º 0.16% 0.87% -
XYZ 62.62 66.97 55.52 -
YUV 212.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 221 214 185 0 0.03 0.16 0.13 48.33 0.35 0.8
Hex DD D6 B9 0 3 10 D 30 23 50
Octal 335 326 271 0 3 20 15 60 43 120
Binary 11011101 11010110 10111001 0 11 10000 1101 110000 100011 1010000

Color Harmonies of #DDD6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6B9

Black with #DDD6B9

Text Example


Text Example

White with #DDD6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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