#DED579

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

Shades of Wild Rice #DED579

Tints of Wild Rice #DED579

Color information

#DED579 (or 0xDED579) is unknown color: approx Wild Rice. HEX triplet: DE, D5 and 79. RGB value is (222,213,121). Sum of RGB (Red+Green+Blue) = 222+213+121=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DED579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED579 is #212A86. Grayscale: #CDCDCD. Windows color (decimal): -2173575 or 7984606. OLE color: 7984606.

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

Color convert

RGB222213121-
CMYK00.040.450.13
HSL54.65º60.48%67.25%-
HSV(B)54.65º45.5%87.06%-
XYZ57.3764.527.51-
YUV205.280.48139.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 213 (83.59% from 255) = 38.31%
BLUE value IS 121 (47.66% from 255) = 21.76%
R=39.93%
G=38.31%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221312100.040.450.1354.6560.4867.25
HexDED579042DD373c43
Octal3363251710455156774103
Binary11011110110101011111001010010110111011101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED579; }

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

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

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

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

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

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

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

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