#DED176

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

Shades of Wild Rice #DED176

Tints of Wild Rice #DED176

Color information

#DED176 (or 0xDED176) is unknown color: approx Wild Rice. HEX triplet: DE, D1 and 76. RGB value is (222,209,118). Sum of RGB (Red+Green+Blue) = 222+209+118=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED176 is #212E89. Grayscale: #CACACA. Windows color (decimal): -2174602 or 7786974. OLE color: 7786974.

HSL color Cylindrical-coordinate representation of color #DED176: hue angle of 52.5º 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 #DED176 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222209118-
CMYK00.060.470.13
HSL52.5º61.18%66.67%-
HSV(B)52.5º46.85%87.06%-
XYZ56.1962.4426.23-
YUV202.5180.31141.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 118 (46.48% from 255) = 21.49%
R=40.44%
G=38.07%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220911800.060.470.1352.561.1866.67
HexDED176062FD343d43
Octal3363211660657156475103
Binary11011110110100011110110011010111111011101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED176; }

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

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

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

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

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

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

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

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