#DED476

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

Shades of Wild Rice #DED476

Tints of Wild Rice #DED476

Color information

#DED476 (or 0xDED476) is unknown color: approx Wild Rice. HEX triplet: DE, D4 and 76. RGB value is (222,212,118). Sum of RGB (Red+Green+Blue) = 222+212+118=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DED476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED476 is #212B89. Grayscale: #CCCCCC. Windows color (decimal): -2173834 or 7787742. OLE color: 7787742.

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

Color convert

RGB222212118-
CMYK00.050.470.13
HSL54.23º61.18%66.67%-
HSV(B)54.23º46.85%87.06%-
XYZ56.9463.9226.48-
YUV204.2779.31140.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 118 (46.48% from 255) = 21.38%
R=40.22%
G=38.41%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221211800.050.470.1354.2361.1866.67
HexDED476052FD363d43
Octal3363241660557156675103
Binary11011110110101001110110010110111111011101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED476; }

 p { color: rgb(222,212,118); }

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

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

 a { background-color: rgb(222,212,118); }

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

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

 span { border-color: rgb(222,212,118); }

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