#DDD6C2

Color #DDD6C2 Wheatfield (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wheatfield #DDD6C2

Tints of Wheatfield #DDD6C2

Color information

#DDD6C2 (or 0xDDD6C2) is unknown color: approx Wheatfield. HEX triplet: DD, D6 and C2. RGB value is (221,214,194). Sum of RGB (Red+Green+Blue) = 221+214+194=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6C2 is #22293D. Grayscale: #D5D5D5. Windows color (decimal): -2238782 or 12768989. OLE color: 12768989.

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

Color convert

RGB221214194-
CMYK00.030.120.13
HSL44.44º28.42%81.37%-
HSV(B)44.44º12.22%86.67%-
XYZ63.667.3660.69-
YUV213.81116.82133.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 194 (76.17% from 255) = 30.84%
R=35.14%
G=34.02%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121419400.030.120.1344.4428.4281.37
HexDDD6C203CD2c1c51
Octal3353263020314155434121
Binary11011101110101101100001001111001101101100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6C2; }

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

 H1.HeaderClassName
 {
   color: #DDD6C2;
 }
 .AnyTagClassName
 {
   color: #DDD6C2;
 }
</style>
background-color css

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

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

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

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

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

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