#DDD8C2

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

Shades of Wheatfield #DDD8C2

Tints of Wheatfield #DDD8C2

Color information

#DDD8C2 (or 0xDDD8C2) is unknown color: approx Wheatfield. HEX triplet: DD, D8 and C2. RGB value is (221,216,194). Sum of RGB (Red+Green+Blue) = 221+216+194=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8C2 is #22273D. Grayscale: #D7D7D7. Windows color (decimal): -2238270 or 12769501. OLE color: 12769501.

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

Color convert

RGB221216194-
CMYK00.020.120.13
HSL48.89º28.42%81.37%-
HSV(B)48.89º12.22%86.67%-
XYZ64.1168.3860.86-
YUV214.99116.16132.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 194 (76.17% from 255) = 30.74%
R=35.02%
G=34.23%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121619400.020.120.1348.8928.4281.37
HexDDD8C202CD311c51
Octal3353303020214156134121
Binary11011101110110001100001001011001101110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8C2; }

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

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

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

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

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

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

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

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