#DECD76

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

Shades of Wild Rice #DECD76

Tints of Wild Rice #DECD76

Color information

#DECD76 (or 0xDECD76) is unknown color: approx Wild Rice. HEX triplet: DE, CD and 76. RGB value is (222,205,118). Sum of RGB (Red+Green+Blue) = 222+205+118=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD76 is #213289. Grayscale: #C8C8C8. Windows color (decimal): -2175626 or 7785950. OLE color: 7785950.

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

Color convert

RGB222205118-
CMYK00.080.470.13
HSL50.19º61.18%66.67%-
HSV(B)50.19º46.85%87.06%-
XYZ55.2360.525.91-
YUV200.1681.63143.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 118 (46.48% from 255) = 21.65%
R=40.73%
G=37.61%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220511800.080.470.1350.1961.1866.67
HexDECD76082FD323d43
Octal33631516601057156275103
Binary110111101100110111101100100010111111011100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD76; }

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

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

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

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

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

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

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

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