#DECE6F

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

Shades of Wild Rice #DECE6F

Tints of Wild Rice #DECE6F

Color information

#DECE6F (or 0xDECE6F) is unknown color: approx Wild Rice. HEX triplet: DE, CE and 6F. RGB value is (222,206,111). Sum of RGB (Red+Green+Blue) = 222+206+111=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE6F is #213190. Grayscale: #C8C8C8. Windows color (decimal): -2175377 or 7327454. OLE color: 7327454.

HSL color Cylindrical-coordinate representation of color #DECE6F: hue angle of 51.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DECE6F is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222206111-
CMYK00.070.50.13
HSL51.35º62.71%65.29%-
HSV(B)51.35º50%87.06%-
XYZ55.0660.8223.88-
YUV199.9577.8143.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 111 (43.75% from 255) = 20.59%
R=41.19%
G=38.22%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220611100.070.50.1351.3562.7165.29
HexDECE6F0732D333f41
Octal3363161570762156377101
Binary11011110110011101101111011111001011011100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE6F; }

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

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

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

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

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

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

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

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