#DED56F

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

Shades of Wild Rice #DED56F

Tints of Wild Rice #DED56F

Color information

#DED56F (or 0xDED56F) is unknown color: approx Wild Rice. HEX triplet: DE, D5 and 6F. RGB value is (222,213,111). Sum of RGB (Red+Green+Blue) = 222+213+111=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DED56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED56F is #212A90. Grayscale: #CCCCCC. Windows color (decimal): -2173585 or 7329246. OLE color: 7329246.

HSL color Cylindrical-coordinate representation of color #DED56F: hue angle of 55.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DED56F is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222213111-
CMYK00.040.50.13
HSL55.14º62.71%65.29%-
HSV(B)55.14º50%87.06%-
XYZ56.7964.2724.45-
YUV204.0675.48140.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 111 (43.75% from 255) = 20.33%
R=40.66%
G=39.01%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221311100.040.50.1355.1462.7165.29
HexDED56F0432D373f41
Octal3363251570462156777101
Binary11011110110101011101111010011001011011101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED56F; }

 p { color: rgb(222,213,111); }

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

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

 a { background-color: rgb(222,213,111); }

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

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

 span { border-color: rgb(222,213,111); }

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