#DDD6BD

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

Shades of Wheatfield #DDD6BD

Tints of Wheatfield #DDD6BD

Color information

#DDD6BD (or 0xDDD6BD) is unknown color: approx 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

RGB221214189-
CMYK00.030.140.13
HSL46.88º32%80.39%-
HSV(B)46.88º14.48%86.67%-
XYZ63.0567.1457.78-
YUV213.24114.32133.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121418900.030.140.1346.883280.39
HexDDD6BD03ED2f2050
Octal3353262750316155740120
Binary110111011101011010111101011111011011011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>