Shades of Wheatfield #DED7BD
Tints of Wheatfield #DED7BD
RGB
CMYK
RGB Variations
Color information
#DED7BD (or 0xDED7BD) is known color: Wheatfield. HEX triplet: DE, D7 and BD. RGB value is (222,215,189). Sum of RGB (Red+Green+Blue) = 222+215+189=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7BD is #212842. Grayscale: #D6D6D6. Windows color (decimal): -2172995 or 12441566. OLE color: 12441566.
HSL color Cylindrical-coordinate representation of color #DED7BD: hue angle of 47.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED7BD is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 215 | 189 | - |
CMYK | 0 | 0.03 | 0.15 | 0.13 |
HSL | 47.27º | 0.33% | 0.81% | - |
HSV(B) | 47.27º | 0.15% | 0.87% | - |
XYZ | 63.61 | 67.8 | 57.88 | - |
YUV | 214.13 | 113.82 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 215 | 189 | 0 | 0.03 | 0.15 | 0.13 | 47.27 | 0.33 | 0.81 |
Hex | DE | D7 | BD | 0 | 3 | F | D | 2F | 21 | 51 |
Octal | 336 | 327 | 275 | 0 | 3 | 17 | 15 | 57 | 41 | 121 |
Binary | 11011110 | 11010111 | 10111101 | 0 | 11 | 1111 | 1101 | 101111 | 100001 | 1010001 |
Color Harmonies of #DED7BD
Complementary color
Monochromatic Colors of #DED7BD
Black with #DED7BD
Text Example
Text Example
White with #DED7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7BD; }
p { color: rgb(222,215,189); }
H1.HeaderClassName
{
color: #DED7BD;
}
.AnyTagClassName
{
color: #DED7BD;
}
</style>
background-color css
<style>
a { background-color: #DED7BD; }
a { background-color: rgb(222,215,189); }
div.DivClassName
{
background-color: #DED7BD;
}
.BgClassName
{
background-color: #DED7BD;
}
</style>
border-color css
<style>
span { border-color: #DED7BD; }
span { border-color: rgb(222,215,189); }
td.TdClassName
{
border-color: #DED7BD;
}
.TagClassName
{
border-color: #DED7BD;
}
</style>