#DDD4BD

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

Shades of Wheatfield #DDD4BD

Tints of Wheatfield #DDD4BD

Color information

#DDD4BD (or 0xDDD4BD) is unknown color: approx Wheatfield. HEX triplet: DD, D4 and BD. RGB value is (221,212,189). Sum of RGB (Red+Green+Blue) = 221+212+189=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BD is #222B42. Grayscale: #D4D4D4. Windows color (decimal): -2239299 or 12440797. OLE color: 12440797.

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

Color convert

RGB221212189-
CMYK00.040.140.13
HSL43.13º32%80.39%-
HSV(B)43.13º14.48%86.67%-
XYZ62.5566.1357.61-
YUV212.07114.98134.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=35.53%
G=34.08%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121218900.040.140.1343.133280.39
HexDDD4BD04ED2b2050
Octal3353242750416155340120
Binary1101110111010100101111010100111011011010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4BD; }

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

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

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

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

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

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

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

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