#DED376

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

Shades of Wild Rice #DED376

Tints of Wild Rice #DED376

Color information

#DED376 (or 0xDED376) is unknown color: approx Wild Rice. HEX triplet: DE, D3 and 76. RGB value is (222,211,118). Sum of RGB (Red+Green+Blue) = 222+211+118=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DED376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED376 is #212C89. Grayscale: #CCCCCC. Windows color (decimal): -2174090 or 7787486. OLE color: 7787486.

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

Color convert

RGB222211118-
CMYK00.050.470.13
HSL53.65º61.18%66.67%-
HSV(B)53.65º46.85%87.06%-
XYZ56.6963.4326.39-
YUV203.6979.64141.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=40.29%
G=38.29%
B=21.42%

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
Decimal22221111800.050.470.1353.6561.1866.67
HexDED376052FD363d43
Octal3363231660557156675103
Binary11011110110100111110110010110111111011101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED376; }

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

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

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

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

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

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

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

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