#DED87E

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

Shades of Wild Rice #DED87E

Tints of Wild Rice #DED87E

Color information

#DED87E (or 0xDED87E) is unknown color: approx Wild Rice. HEX triplet: DE, D8 and 7E. RGB value is (222,216,126). Sum of RGB (Red+Green+Blue) = 222+216+126=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DED87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED87E is #212781. Grayscale: #CFCFCF. Windows color (decimal): -2172802 or 8313054. OLE color: 8313054.

HSL color Cylindrical-coordinate representation of color #DED87E: hue angle of 56.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DED87E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB222216126-
CMYK00.030.430.13
HSL56.25º59.26%68.24%-
HSV(B)56.25º43.24%87.06%-
XYZ58.4566.1529.43-
YUV207.5381.99138.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 216 (84.77% from 255) = 38.30%
BLUE value IS 126 (49.61% from 255) = 22.34%
R=39.36%
G=38.30%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221612600.030.430.1356.2559.2668.24
HexDED87E032BD383b44
Octal3363301760353157073104
Binary1101111011011000111111001110101111011110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED87E; }

 p { color: rgb(222,216,126); }

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

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

 a { background-color: rgb(222,216,126); }

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

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

 span { border-color: rgb(222,216,126); }

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