#DDD7BD

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

Shades of Wheatfield #DDD7BD

Tints of Wheatfield #DDD7BD

Color information

#DDD7BD (or 0xDDD7BD) is unknown color: approx Wheatfield. HEX triplet: DD, D7 and BD. RGB value is (221,215,189). Sum of RGB (Red+Green+Blue) = 221+215+189=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BD is #222842. Grayscale: #D5D5D5. Windows color (decimal): -2238531 or 12441565. OLE color: 12441565.

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

Color convert

RGB221215189-
CMYK00.030.140.13
HSL48.75º32%80.39%-
HSV(B)48.75º14.48%86.67%-
XYZ63.367.6557.86-
YUV213.83113.99133.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=35.36%
G=34.4%
B=30.24%

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
Decimal22121518900.030.140.1348.753280.39
HexDDD7BD03ED312050
Octal3353272750316156140120
Binary110111011101011110111101011111011011100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7BD; }

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

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

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

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

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

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

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

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