#DECE76

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

Shades of Wild Rice #DECE76

Tints of Wild Rice #DECE76

Color information

#DECE76 (or 0xDECE76) is unknown color: approx Wild Rice. HEX triplet: DE, CE and 76. RGB value is (222,206,118). Sum of RGB (Red+Green+Blue) = 222+206+118=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE76 is #213189. Grayscale: #C9C9C9. Windows color (decimal): -2175370 or 7786206. OLE color: 7786206.

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

Color convert

RGB222206118-
CMYK00.070.470.13
HSL50.77º61.18%66.67%-
HSV(B)50.77º46.85%87.06%-
XYZ55.4760.9825.99-
YUV200.7581.3143.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 118 (46.48% from 255) = 21.61%
R=40.66%
G=37.73%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220611800.070.470.1350.7761.1866.67
HexDECE76072FD333d43
Octal3363161660757156375103
Binary11011110110011101110110011110111111011100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE76; }

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

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

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

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

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

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

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

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